Class: Cucumber::Core::Events::TestStepStarted
- 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 is about to be executed
Direct Known Subclasses
Instance Attribute Summary collapse
-
#test_step ⇒ Test::Step
readonly
The test step to be executed.
Instance Attribute Details
#test_step ⇒ Test::Step (readonly)
Returns the test step to be executed.
49 50 51 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/events.rb', line 49 def test_step @test_step end |