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