Class: Cucumber::Formatter::LegacyApi::Adapter::TestStepSource::StepSource
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Cucumber::Formatter::LegacyApi::Adapter::TestStepSource::StepSource
- 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
202 203 204 205 206 207 208 209 210 211 212 |
# File 'lib/cucumber/formatter/legacy_api/adapter.rb', line 202 def build_step_invocation(indent, matches, config, , ) step_result.step_invocation( matches.fetch(step) { NoStepMatch.new(step, step.text) }, step, indent, background, config, , ) end |