class Cucumber::Formatter::LegacyApi::Adapter::HiddenBackgroundPrinter

feature. These steps should not be printed.
Printer to handle background steps for anything but the first scenario in a

def after;self;end

def after;self;end

def after_hook(*);end

def after_hook(*);end

def after_step_hook(*);end

def after_step_hook(*);end

def after_test_case(*);end

def after_test_case(*);end

def before;self;end

def before;self;end

def before_hook(*);end

def before_hook(*);end

def examples_table(*);end

def examples_table(*);end

def get_failed_step_source

def get_failed_step_source
  return @source_of_failed_step
end

def step_invocation(step_invocation, source)

def step_invocation(step_invocation, source)
  if source.step_result.status == :failed
    @source_of_failed_step = source
  end
end