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