Class: Cucumber::Distrib::Events::TestStepCreated
- Inherits:
-
BaseTestStepEvent
- Object
- Event
- BaseTestStepEvent
- Cucumber::Distrib::Events::TestStepCreated
- Defined in:
- lib/cucumber/distrib/events.rb
Overview
Object that mimic Cucumber::Event::TestStepCreated on Leader for reporters.
Instance Attribute Summary collapse
-
#pickle_step ⇒ Object
readonly
Returns the value of attribute pickle_step.
Attributes inherited from BaseTestStepEvent
Instance Method Summary collapse
-
#initialize(event) ⇒ TestStepCreated
constructor
A new instance of TestStepCreated.
Methods inherited from Event
Constructor Details
#initialize(event) ⇒ TestStepCreated
Returns a new instance of TestStepCreated.
410 411 412 413 |
# File 'lib/cucumber/distrib/events.rb', line 410 def initialize(event) super @pickle_step = event.pickle_step end |
Instance Attribute Details
#pickle_step ⇒ Object (readonly)
Returns the value of attribute pickle_step.
407 408 409 |
# File 'lib/cucumber/distrib/events.rb', line 407 def pickle_step @pickle_step end |