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