Class: Cucumber::Core::Events::TestCaseStarted

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/core/events.rb

Overview

Signals that a Test::Case is about to be executed

Instance Attribute Summary collapse

Instance Attribute Details

#test_caseTest::Case (readonly)

Returns the test case to be executed.

Returns:



40
41
42
# File 'lib/cucumber/core/events.rb', line 40

def test_case
  @test_case
end