onDone property

Future<void> onDone

A future that completes after this test has finished running, or has surfaced an error.

Implementation

Future<void> get onDone => _done.future;