Class: Cucumber::Events::TestStepCreated
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/test_step_created.rb
Overview
Event fired when a TestStep is created from a PickleStep
Instance Attribute Summary collapse
-
#pickle_step ⇒ Object
readonly
Returns the value of attribute pickle_step.
-
#test_step ⇒ Object
readonly
Returns the value of attribute test_step.
Instance Attribute Details
#pickle_step ⇒ Object (readonly)
Returns the value of attribute pickle_step.
9 10 11 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/test_step_created.rb', line 9 def pickle_step @pickle_step end |
#test_step ⇒ Object (readonly)
Returns the value of attribute test_step.
9 10 11 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/test_step_created.rb', line 9 def test_step @test_step end |