Class: Cucumber::Events::BeforeTestCase
- Defined in:
- lib/cucumber/events/before_test_case.rb
Overview
Event fired before a test case is executed
Instance Attribute Summary collapse
-
#test_case ⇒ Cucumber::Core::Test::Case
readonly
The test case about to be executed.
Instance Attribute Details
#test_case ⇒ Cucumber::Core::Test::Case (readonly)
The test case about to be executed.
10 11 12 |
# File 'lib/cucumber/events/before_test_case.rb', line 10 def test_case @test_case end |