You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

test_case_started.rb 317 B

2 years ago
1234567891011
  1. require 'cucumber/core/events'
  2. module Cucumber
  3. module Events
  4. # Signals that a {Cucumber::Core::Test::Case} is about to be executed
  5. class TestCaseStarted < Core::Events::TestCaseStarted
  6. # @return [Cucumber::Core::Test::Case] the test case to be executed
  7. attr_reader :test_case
  8. end
  9. end
  10. end

No Description

Contributors (1)