Class: Cucumber::Core::Events::TestStepStarted
- Inherits:
-
Object
- Object
- Cucumber::Core::Events::TestStepStarted
- Defined in:
- lib/cucumber/core/events.rb
Overview
Signals that a Test::Step is about to be executed
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.
45 46 47 |
# File 'lib/cucumber/core/events.rb', line 45 def test_step @test_step end |