Class: Cucumber::Events::TestRunFinished
- Inherits:
-
Object
- Object
- Cucumber::Events::TestRunFinished
- Defined in:
- lib/cucumber/events/test_run_finished.rb
Overview
Event fired after all test cases have finished executing
Instance Attribute Summary collapse
-
#success ⇒ Object
readonly
Returns the value of attribute success.
Instance Attribute Details
#success ⇒ Object (readonly)
Returns the value of attribute success.
9 10 11 |
# File 'lib/cucumber/events/test_run_finished.rb', line 9 def success @success end |