Given4WithWorld<TInput1, TInput2, TInput3, TInput4, TWorld extends World> constructor

Given4WithWorld<TInput1, TInput2, TInput3, TInput4, TWorld extends World>([
  1. StepDefinitionConfiguration? configuration
])

Implementation

Given4WithWorld([StepDefinitionConfiguration? configuration])
    : super(configuration);