Class: Cucumber::Core::Events::TestCaseCreated
- Inherits:
-
Object
- Object
- Cucumber::Core::Events::TestCaseCreated
- 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
-
#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
14 15 16 |
# File 'lib/cucumber/core/events/test_case_created.rb', line 14 def pickle @pickle end |
#test_case ⇒ Object (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 |