Class: Cucumber::Core::Events::TestCaseStarted
- Inherits:
-
Object
- Object
- Cucumber::Core::Events::TestCaseStarted
- Defined in:
- lib/cucumber/core/events.rb
Overview
Signals that a Test::Case is about to be executed
Instance Attribute Summary collapse
-
#test_case ⇒ Test::Case
readonly
The test case to be executed.
Instance Attribute Details
#test_case ⇒ Test::Case (readonly)
Returns the test case to be executed.
39 40 41 |
# File 'lib/cucumber/core/events.rb', line 39 def test_case @test_case end |