failedTestsCount property

int get failedTestsCount

Returns the number of failed tests.

Implementation

int get failedTestsCount => failedTests.length;