Sha256: a5a4f26db010037aa38f69064aaa48535dc09bb507fc51e4d51b52885b0a9012
Contents?: true
Size: 317 Bytes
Versions: 33
Compression:
Stored size: 317 Bytes
Contents
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
Version data entries
33 entries across 33 versions & 4 rubygems