Class: Cucumber::Core::Events::TestCaseFinished
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/events.rb
Overview
Signals that a Test::Case has finished executing
Direct Known Subclasses
Instance Attribute Summary collapse
-
#result ⇒ Test::Result
readonly
The result of running the Test::Step.
-
#test_case ⇒ Test::Case
readonly
That was executed.
Instance Attribute Details
#result ⇒ Test::Result (readonly)
Returns the result of running the Test::Step.
71 72 73 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/events.rb', line 71 def result @result end |
#test_case ⇒ Test::Case (readonly)
Returns that was executed.
68 69 70 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/events.rb', line 68 def test_case @test_case end |