HomeSort by relevance Sort by last modified time
    Searched refs:GetTestCount (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/test/
test_suite.h 25 // Match function used by the GetTestCount method.
49 int GetTestCount(TestMatch test_match);
test_suite.cc 97 int TestSuite::GetTestCount(TestMatch test_match) {
134 if (result != 0 && GetTestCount(&TestSuite::NonIgnoredFailures) == 0)
138 int flaky_count = GetTestCount(&TestSuite::IsMarkedFlaky);
145 int failing_count = GetTestCount(&TestSuite::IsMarkedFailing);

Completed in 46 milliseconds