Class: Cucumber::Events::TestStepStarted
- Inherits:
-
Core::Events::TestStepStarted
- Object
- Core::Events::TestStepStarted
- Cucumber::Events::TestStepStarted
- Defined in:
- lib/cucumber/events/test_step_started.rb
Overview
Signals that a Core::Test::Step is about to be executed
Instance Attribute Summary collapse
-
#test_step ⇒ Cucumber::Core::Test::Step
readonly
The test step to be executed.
Instance Attribute Details
#test_step ⇒ Cucumber::Core::Test::Step (readonly)
Returns the test step to be executed.
10 11 12 |
# File 'lib/cucumber/events/test_step_started.rb', line 10 def test_step @test_step end |