class Cucumber::Formatter::LegacyApi::Adapter::TestStepSource::StepSource
def build_step_invocation(indent, matches, config, messages, embeddings)
def build_step_invocation(indent, matches, config, messages, embeddings) step_result.step_invocation( matches.fetch(step) { NoStepMatch.new(step, step.name) }, step, indent, background, config, messages, embeddings ) end