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