success property

bool? success

Whether all tests succeeded (or were skipped).

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

Implementation

bool? get success;