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