Class: Cucumber::Events::TestRunFinished

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

Overview

Event fired after all test cases have finished executing

Instance Attribute Summary collapse

Instance Attribute Details

#successObject (readonly)

Returns the value of attribute success.



9
10
11
# File 'lib/cucumber/events/test_run_finished.rb', line 9

def success
  @success
end