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.
|
- require 'cucumber/core/events'
-
- module Cucumber
- module Events
- # Signals that a {Cucumber::Core::Test::Case} is about to be executed
- class TestCaseStarted < Core::Events::TestCaseStarted
- # @return [Cucumber::Core::Test::Case] the test case to be executed
- attr_reader :test_case
- end
- end
- end
|