WhenThen<SUT, Example extends UnitExample?> constructor
WhenThen<SUT, Example extends UnitExample?> (
- String description,
- UnitStepCallback<
SUT, Example> step
Implementation
WhenThen(String description, UnitStepCallback<SUT, Example> step)
: super(
description: '[UNIT-TEST] 👉 When and Then: $description',
step: step,
);