StepContext<TWorld extends World> constructor

StepContext<TWorld extends World>(
  1. TWorld world,
  2. Reporter reporter,
  3. StepDefinitionConfiguration configuration
)

Implementation

StepContext(
  this.world,
  this.reporter,
  this.configuration,
);