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