When<SUT, Example extends UnitExample?> constructor

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

Implementation

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