Class: Cucumber::Core::Events::TestStepStarted
- Inherits:
-
Object
- Object
- Cucumber::Core::Events::TestStepStarted
- Defined in:
- lib/cucumber/core/events/test_step_started.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.
11 12 13 |
# File 'lib/cucumber/core/events/test_step_started.rb', line 11 def test_step @test_step end |