Class: OCRunner::TestError
- Inherits:
-
Struct
- Object
- Struct
- OCRunner::TestError
- Defined in:
- lib/ocrunner/test_error.rb
Overview
Container for test failure info
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#message ⇒ Object
Returns the value of attribute message.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
5 6 7 |
# File 'lib/ocrunner/test_error.rb', line 5 def line @line end |
#message ⇒ Object
Returns the value of attribute message
5 6 7 |
# File 'lib/ocrunner/test_error.rb', line 5 def @message end |
#path ⇒ Object
Returns the value of attribute path
5 6 7 |
# File 'lib/ocrunner/test_error.rb', line 5 def path @path end |