Class: Cucumber::Core::Events::TestStepCreated
- Inherits:
-
Object
- Object
- Cucumber::Core::Events::TestStepCreated
- Defined in:
- lib/cucumber/core/events/test_step_created.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
14 15 16 |
# File 'lib/cucumber/core/events/test_step_created.rb', line 14 def pickle_step @pickle_step end |
#test_step ⇒ Object (readonly)
The created test step
11 12 13 |
# File 'lib/cucumber/core/events/test_step_created.rb', line 11 def test_step @test_step end |