Class: Cucumber::Events::StepActivated

Inherits:
Object
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/step_activated.rb

Overview

Event fired when a step is activated

Instance Attribute Summary collapse

Instance Attribute Details

#step_matchCucumber::StepMatch (readonly)

Information about the matching definition.

Returns:



17
18
19
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/step_activated.rb', line 17

def step_match
  @step_match
end

#test_stepCucumber::Core::Test::Step (readonly)

The test step that was matched.



12
13
14
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/step_activated.rb', line 12

def test_step
  @test_step
end