Class: Cucumber::Events::TestCaseStarted

Inherits:
Core::Events::TestCaseStarted show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/test_case_started.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#test_caseCucumber::Core::Test::Case (readonly)

Returns the test case to be executed.

Returns:



8
9
10
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/test_case_started.rb', line 8

def test_case
  @test_case
end