Class: Cucumber::Core::Events::TestCaseCreated
- 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 was created from a Pickle
Instance Attribute Summary collapse
-
#pickle ⇒ Object
readonly
The source pickle step.
-
#test_case ⇒ Object
readonly
The created test step.
Instance Attribute Details
#pickle ⇒ Object (readonly)
The source pickle step
34 35 36 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/events.rb', line 34 def pickle @pickle end |
#test_case ⇒ Object (readonly)
The created test step
31 32 33 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/events.rb', line 31 def test_case @test_case end |