Class: Cucumber::Core::Events::TestStepCreated

Inherits:
Object
  • Object
show all
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::Step was created from a PickleStep

Instance Attribute Summary collapse

Instance Attribute Details

#pickle_stepObject (readonly)

The source pickle step



25
26
27
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/events.rb', line 25

def pickle_step
  @pickle_step
end

#test_stepObject (readonly)

The created test step



22
23
24
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/events.rb', line 22

def test_step
  @test_step
end