class Cucumber::Events::AfterTestStep
Event fired after each test step has been executed
def initialize(test_case, test_step, result)
- Private: -
def initialize(test_case, test_step, result) @test_case, @test_step, @result = test_case, test_step, result end