Home
last modified time | relevance | path

Searched refs:TestFailed (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h853 static bool TestFailed(const TestInfo* test_info) { in TestFailed() function
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2338 return CountIf(test_info_list_, TestFailed); in failed_test_count()