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

Inherits:
Object
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/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/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/events.rb', line 34

def pickle
  @pickle
end

#test_caseObject (readonly)

The created test step



31
32
33
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/events.rb', line 31

def test_case
  @test_case
end