Searched defs:failed_test_count (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc756 int UnitTestImpl::failed_test_count() const { function in class:testing::internal::UnitTestImpl
2682 int TestCase::failed_test_count() const { function in class:testing::TestCase
3170 const int failed_test_count = unit_test.failed_test_count(); local
3209 const int failed_test_count = unit_test.failed_test_count(); local
4020 int UnitTest::failed_test_count() const { return impl()->failed_test_count(); } function in class:testing::UnitTest
[all...]

Completed in 26 milliseconds