class Cucumber::Core::Events::TestCaseFinished

Signals that a {Test::Case} has finished executing

Attributes

result[R]

@return [Test::Result] the result of running the {Test::Step}

test_case[R]

@return [Test::Case] that was executed