Should<SUT, Example extends UnitExample?> constructor

Should<SUT, Example extends UnitExample?>(
  1. String description,
  2. UnitStepCallback<SUT, Example> step
)

Implementation

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