ExecutableStep constructor

ExecutableStep(
  1. GherkinExpression expression,
  2. StepDefinitionGeneric<World> step
)

Implementation

ExecutableStep(this.expression, this.step);