success property

bool? success
final

Whether all tests succeeded (or were skipped).

Will be null if the test runner was close before all tests completed running.

Implementation

final bool? success;