Class: Tst::Result
- Inherits:
-
Struct
- Object
- Struct
- Tst::Result
- Defined in:
- lib/tst.rb
Overview
A little value object containing test result data
Instance Attribute Summary collapse
-
#elapsed ⇒ Object
Returns the value of attribute elapsed.
-
#exception ⇒ Object
Returns the value of attribute exception.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#elapsed ⇒ Object
Returns the value of attribute elapsed
52 53 54 |
# File 'lib/tst.rb', line 52 def elapsed @elapsed end |
#exception ⇒ Object
Returns the value of attribute exception
52 53 54 |
# File 'lib/tst.rb', line 52 def exception @exception end |
#name ⇒ Object
Returns the value of attribute name
52 53 54 |
# File 'lib/tst.rb', line 52 def name @name end |
#status ⇒ Object
Returns the value of attribute status
52 53 54 |
# File 'lib/tst.rb', line 52 def status @status end |