Class: Cucumber::Events::TestCaseReady
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/test_case_ready.rb
Overview
Event fired when a Test::Case is ready to be ran (matching has been done, hooks added etc)
Instance Attribute Summary collapse
-
#test_case ⇒ Object
readonly
Returns the value of attribute test_case.
Instance Attribute Details
#test_case ⇒ Object (readonly)
Returns the value of attribute test_case.
9 10 11 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/test_case_ready.rb', line 9 def test_case @test_case end |