Class: Cucumber::Core::Events::TestCaseCreated

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

Overview

Signals that a Test::Case was created from a Pickle

Instance Attribute Summary collapse

Instance Attribute Details

#pickleObject (readonly)

The source pickle step



34
35
36
# File 'lib/cucumber/core/events.rb', line 34

def pickle
  @pickle
end

#test_caseObject (readonly)

The created test step



31
32
33
# File 'lib/cucumber/core/events.rb', line 31

def test_case
  @test_case
end