Class: Cucumber::Events::TestRunFinished
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/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/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/test_run_finished.rb', line 9 def success @success end |