allTestsPassed property
override
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
@override
Completer<bool> get allTestsPassed => _allTestsPassed;