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