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