allTestsPassed property

Completer<bool> allTestsPassed

Whether all the test methods completed successfully.

Completes when the tests have finished. The boolean value will be true if all tests have passed, and false otherwise.

Implementation

Completer<bool> get allTestsPassed;