Class: Cucumber::Core::Events::TestCaseCreated
- Inherits:
-
Object
- Object
- Cucumber::Core::Events::TestCaseCreated
- Defined in:
- lib/cucumber/core/events.rb
Overview
Signals that a Test::Case was created from a Pickle
Instance Attribute Summary collapse
-
#pickle ⇒ Object
readonly
The source pickle step.
-
#test_case ⇒ Object
readonly
The created test step.
Instance Attribute Details
#pickle ⇒ Object (readonly)
The source pickle step
33 34 35 |
# File 'lib/cucumber/core/events.rb', line 33 def pickle @pickle end |
#test_case ⇒ Object (readonly)
The created test step
30 31 32 |
# File 'lib/cucumber/core/events.rb', line 30 def test_case @test_case end |