Class: Cucumber::Events::TestRunHookFinished

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/events/test_run_hook_finished.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hookObject (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_resultObject (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