WhenThen<Example extends IntegrationExample?> constructor

WhenThen<Example extends IntegrationExample?>(
  1. String description,
  2. IntegrationStepCallback<Example> step
)

Implementation

WhenThen(String description, IntegrationStepCallback<Example> step)
    : super(
        description: '${IntegrationLog.tag} 👉 When and Then: $description',
        step: step,
      );