Class: Cucumber::Events::TestCaseCreated

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

Overview

Event fired when a Test::Case is created from a Pickle

Instance Attribute Summary collapse

Instance Attribute Details

#pickleObject (readonly)

Returns the value of attribute pickle.



9
10
11
# File 'lib/cucumber/events/test_case_created.rb', line 9

def pickle
  @pickle
end

#test_caseObject (readonly)

Returns the value of attribute test_case.



9
10
11
# File 'lib/cucumber/events/test_case_created.rb', line 9

def test_case
  @test_case
end