Class: Cucumber::Events::TestCaseCreated
- Inherits:
-
Object
- Object
- Cucumber::Events::TestCaseCreated
- 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
-
#pickle ⇒ Object
readonly
Returns the value of attribute pickle.
-
#test_case ⇒ Object
readonly
Returns the value of attribute test_case.
Instance Attribute Details
#pickle ⇒ Object (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_case ⇒ Object (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 |