class Cucumber::Core::Test::Runner::StepRunner::DryRun
def execute(test_step)
def execute(test_step) step_result = test_step.skip @case_result = Result::Undefined.new if step_result.undefined? step_result end
def result
def result @case_result ||= Result::Skipped.new end