Class: SqlTestRunner::ExpectationNotMetError
- Inherits:
-
Struct
- Object
- Struct
- SqlTestRunner::ExpectationNotMetError
- Defined in:
- lib/sql_test_runner.rb
Instance Attribute Summary collapse
-
#caused_by_step ⇒ Object
Returns the value of attribute caused_by_step.
-
#error ⇒ Object
Returns the value of attribute error.
Instance Method Summary collapse
Instance Attribute Details
#caused_by_step ⇒ Object
Returns the value of attribute caused_by_step
127 128 129 |
# File 'lib/sql_test_runner.rb', line 127 def caused_by_step @caused_by_step end |
#error ⇒ Object
Returns the value of attribute error
127 128 129 |
# File 'lib/sql_test_runner.rb', line 127 def error @error end |
Instance Method Details
#summary ⇒ Object
128 129 130 |
# File 'lib/sql_test_runner.rb', line 128 def summary "In #{caused_by_step.description}: #{error.}" end |