Class: Cucumber::Events::TestRunStarted

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

Overview

Event fired once all test cases have been filtered before the first one is executed.

Instance Attribute Summary collapse

Instance Attribute Details

#test_casesArray<Cucumber::Core::Test::Case> (readonly)

Returns the test cases to be executed.

Returns:

  • (Array<Cucumber::Core::Test::Case>)

    the test cases to be executed



11
12
13
# File 'lib/cucumber/events/test_run_started.rb', line 11

def test_cases
  @test_cases
end