class Cucumber::Events::BeforeTestCase

 Event fired before a test case is executed

def initialize(test_case)

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