Sha256: 09c605e475c47ec741756c5e2f0d430fb1c5e77fceb95e253b62ab86f3a54a20
Contents?: true
Size: 481 Bytes
Versions: 7
Compression:
Stored size: 481 Bytes
Contents
# frozen_string_literal: true require 'cucumber/core/events' module Cucumber module Events # Signals that a {Cucumber::Core::Test::Step} has finished executing class TestStepFinished < Core::Events::TestStepFinished # @return [Cucumber::Core::Test::Step] the test step that was executed attr_reader :test_step # @return [Cucumber::Core::Test::Result] the result of running the {Cucumber::Core::Test::Step} attr_reader :result end end end
Version data entries
7 entries across 7 versions & 2 rubygems