Class: Cucumber::Core::Events::TestStepCreated

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#pickle_stepObject (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_stepObject (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