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

Inherits:
Object
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/events.rb

Overview

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

Direct Known Subclasses

Events::TestCaseStarted

Instance Attribute Summary collapse

Instance Attribute Details

#test_caseTest::Case (readonly)

Returns the test case to be executed.

Returns:



41
42
43
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/events.rb', line 41

def test_case
  @test_case
end