Class: Cucumber::Core::Events::TestStepStarted

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/core/events.rb

Overview

 Signals that a Test::Step is about to be executed

Instance Attribute Summary collapse

Instance Attribute Details

#test_stepTest::Step (readonly)

Returns the test step to be executed.

Returns:



46
47
48
# File 'lib/cucumber/core/events.rb', line 46

def test_step
  @test_step
end