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.
115 116 117 |
# File 'lib/matest.rb', line 115 def exception @exception end |
Instance Method Details
#name ⇒ Object
120 121 122 |
# File 'lib/matest.rb', line 120 def name "ERROR" end |
#to_s ⇒ Object
116 117 118 |
# File 'lib/matest.rb', line 116 def to_s "E" end |