class Cucumber::Events::BeforeTestCase
Event fired before a test case is executed
def initialize(test_case)
- Private: -
def initialize(test_case) @test_case = test_case end
Event fired before a test case is executed
def initialize(test_case) @test_case = test_case end