testPassed property

bool? testPassed
getter/setter pair

If successfully loaded, this field indicates whether the test passed.

If false, 'testFailures's indicate the reason of failure.

Implementation

core.bool? testPassed;