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

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/core/events/test_case_created.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



14
15
16
# File 'lib/cucumber/core/events/test_case_created.rb', line 14

def pickle
  @pickle
end

#test_caseObject (readonly)

The created test step



11
12
13
# File 'lib/cucumber/core/events/test_case_created.rb', line 11

def test_case
  @test_case
end