Class: Cucumber::Events::TestRunHookFinished
- Inherits:
-
Object
- Object
- Cucumber::Events::TestRunHookFinished
- Defined in:
- lib/cucumber/events/test_run_hook_finished.rb
Instance Attribute Summary collapse
-
#hook ⇒ Object
readonly
Returns the value of attribute hook.
-
#test_result ⇒ Object
readonly
Returns the value of attribute test_result.
Instance Attribute Details
#hook ⇒ Object (readonly)
Returns the value of attribute hook.
8 9 10 |
# File 'lib/cucumber/events/test_run_hook_finished.rb', line 8 def hook @hook end |
#test_result ⇒ Object (readonly)
Returns the value of attribute test_result.
8 9 10 |
# File 'lib/cucumber/events/test_run_hook_finished.rb', line 8 def test_result @test_result end |