Sha256: 416dbbf05a17a438c70e67de7acd44e2fee10968675da0ef622dee5125e66ce6
Contents?: true
Size: 348 Bytes
Versions: 8
Compression:
Stored size: 348 Bytes
Contents
# frozen_string_literal: true 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
8 entries across 8 versions & 2 rubygems