Sha256: b89d01c4d094d155d121a87a219ca6899a338a9e2dd6a73b09638061e58b5068

Contents?: true

Size: 321 Bytes

Versions: 4

Compression:

Stored size: 321 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

4 entries across 4 versions & 1 rubygems

Version Path
cucumber-3.1.0 lib/cucumber/events/test_case_started.rb
cucumber-3.0.2 lib/cucumber/events/test_case_started.rb
cucumber-3.0.1 lib/cucumber/events/test_case_started.rb
cucumber-3.0.0 lib/cucumber/events/test_case_started.rb