class Cucumber::Events::TestCaseFinished
Signals that a {Cucumber::Core::Test::Case} has finished executing
Attributes
result[R]
@return [Cucumber::Core::Test::Result] the result of running the {Cucumber::Core::Test::Case}
test_case[R]
@return [Cucumber::Core::Test::Case] that was executed