Exception: Raptest::TestError
- Inherits:
-
Exception
- Object
- Exception
- Raptest::TestError
- Defined in:
- lib/raptest/test_error.rb
Instance Attribute Summary collapse
-
#component ⇒ Object
Returns the value of attribute component.
-
#file ⇒ Object
Returns the value of attribute file.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(component, file, message) ⇒ TestError
constructor
A new instance of TestError.
Constructor Details
#initialize(component, file, message) ⇒ TestError
Returns a new instance of TestError.
4 5 6 7 8 |
# File 'lib/raptest/test_error.rb', line 4 def initialize(component, file, ) @component = component @file = file @message = end |
Instance Attribute Details
#component ⇒ Object
Returns the value of attribute component.
3 4 5 |
# File 'lib/raptest/test_error.rb', line 3 def component @component end |
#file ⇒ Object
Returns the value of attribute file.
3 4 5 |
# File 'lib/raptest/test_error.rb', line 3 def file @file end |
#message ⇒ Object
Returns the value of attribute message.
3 4 5 |
# File 'lib/raptest/test_error.rb', line 3 def @message end |