Class: Cucumber::Formatter::LegacyApi::Adapter::TestStepSource::StepSource

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/cucumber/formatter/legacy_api/adapter.rb

Instance Method Summary collapse

Instance Method Details

#build_step_invocation(indent, matches, config, messages, embeddings) ⇒ Object



190
191
192
193
194
195
196
197
198
199
200
# File 'lib/cucumber/formatter/legacy_api/adapter.rb', line 190

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