Class: Matest::ExceptionRaised
- Inherits:
-
SpecStatus
- Object
- SpecStatus
- Matest::ExceptionRaised
- Defined in:
- lib/matest.rb
Instance Attribute Summary collapse
-
#exception ⇒ Object
readonly
Returns the value of attribute exception.
Attributes inherited from SpecStatus
Instance Method Summary collapse
Methods inherited from SpecStatus
Constructor Details
This class inherits a constructor from Matest::SpecStatus
Instance Attribute Details
#exception ⇒ Object (readonly)
Returns the value of attribute exception.
119 120 121 |
# File 'lib/matest.rb', line 119 def exception @exception end |
Instance Method Details
#name ⇒ Object
124 125 126 |
# File 'lib/matest.rb', line 124 def name "ERROR" end |
#to_s ⇒ Object
120 121 122 |
# File 'lib/matest.rb', line 120 def to_s "E" end |