Class: Cucumber::Distrib::Events::BaseTestCaseEvent
- Defined in:
- lib/cucumber/distrib/events.rb
Overview
Base class for converted TestCase events.
Direct Known Subclasses
TestCaseCreated, TestCaseFinished, TestCaseReady, TestCaseStarted
Instance Attribute Summary collapse
-
#test_case ⇒ Object
readonly
Returns the value of attribute test_case.
Instance Method Summary collapse
-
#initialize(event) ⇒ BaseTestCaseEvent
constructor
A new instance of BaseTestCaseEvent.
Methods inherited from Event
Constructor Details
Instance Attribute Details
#test_case ⇒ Object (readonly)
Returns the value of attribute test_case.
105 106 107 |
# File 'lib/cucumber/distrib/events.rb', line 105 def test_case @test_case end |