Sha256: 1b7ab988d51715b11cc8116138f1007a3d88ef29a4de49210c014e446aeadf29

Contents?: true

Size: 286 Bytes

Versions: 18

Compression:

Stored size: 286 Bytes

Contents

# frozen_string_literal: true

require 'cucumber/core/events'

module Cucumber
  module Events
    # Event fired when a step is created from a hook
    class HookTestStepCreated < Core::Event.new(:test_step, :hook)
      attr_reader :test_step
      attr_reader :hook
    end
  end
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phillipug-foodie-0.1.0 .vendor/ruby/3.0.0/gems/cucumber-7.1.0/lib/cucumber/events/hook_test_step_created.rb
cucumber-7.1.0 lib/cucumber/events/hook_test_step_created.rb
cucumber-7.0.0 lib/cucumber/events/hook_test_step_created.rb
cucumber-6.1.0 lib/cucumber/events/hook_test_step_created.rb
cucumber-6.0.0 lib/cucumber/events/hook_test_step_created.rb
cucumber-5.3.0 lib/cucumber/events/hook_test_step_created.rb
cucumber-5.2.0 lib/cucumber/events/hook_test_step_created.rb
cucumber-5.1.3 lib/cucumber/events/hook_test_step_created.rb
cucumber-5.1.2 lib/cucumber/events/hook_test_step_created.rb
cucumber-5.1.1 lib/cucumber/events/hook_test_step_created.rb
cucumber-5.1.0 lib/cucumber/events/hook_test_step_created.rb
cucumber-5.0.0 lib/cucumber/events/hook_test_step_created.rb
cucumber-4.1.0 lib/cucumber/events/hook_test_step_created.rb
cucumber-4.0.1 lib/cucumber/events/hook_test_step_created.rb
cucumber-4.0.0 lib/cucumber/events/hook_test_step_created.rb
cucumber-4.0.0.rc.6 lib/cucumber/events/hook_test_step_created.rb
cucumber-4.0.0.rc.5 lib/cucumber/events/hook_test_step_created.rb
cucumber-4.0.0.rc.4 lib/cucumber/events/hook_test_step_created.rb