Class: Cucumber::Core::Events::TestStepCreated
- Inherits:
-
Object
- Object
- Cucumber::Core::Events::TestStepCreated
- Defined in:
- lib/cucumber/core/events.rb
Overview
Signals that a Test::Step was created from a PickleStep
Instance Attribute Summary collapse
-
#pickle_step ⇒ Object
readonly
The source pickle step.
-
#test_step ⇒ Object
readonly
The created test step.
Instance Attribute Details
#pickle_step ⇒ Object (readonly)
The source pickle step
24 25 26 |
# File 'lib/cucumber/core/events.rb', line 24 def pickle_step @pickle_step end |
#test_step ⇒ Object (readonly)
The created test step
21 22 23 |
# File 'lib/cucumber/core/events.rb', line 21 def test_step @test_step end |