class Cucumber::Core::Events::TestStepFinished
Signals that a {Test::Step} has finished executing
Attributes
result[R]
@return [Test::Result] the result of running the {Test::Step}
test_step[R]
@return [Test::Step] the test step that was executed