MockVerify<MOCKS extends Object> typedef
Verifies external dependency interactions after a transition settles.
Keep repository verification here so that side effects are asserted separately from state transitions. The runner waits for asynchronous verification to complete before cleaning up the test case.
Implementation
typedef MockVerify<MOCKS extends Object> = FutureOr<void> Function(
MOCKS mocks,
);