allTestsPassed property

Completer<bool> get 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;