class Cucumber::Events::AfterTestStep

 Event fired after each test step has been executed

def initialize(test_case, test_step, result)

Other tags:
    Private: -
def initialize(test_case, test_step, result)
  @test_case, @test_step, @result = test_case, test_step, result
end