Home
last modified time | relevance | path

Searched refs:test_case_to_run_count (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-unittest-api_test.cc118 EXPECT_EQ(1 + kTypedTestCases, unit_test->test_case_to_run_count()); in TEST()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc720 int UnitTestImpl::test_case_to_run_count() const { in test_case_to_run_count() function in testing::internal::UnitTestImpl
2724 FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); in OnTestIterationStart()
2835 FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); in OnTestIterationEnd()
3620 int UnitTest::test_case_to_run_count() const { in test_case_to_run_count() function in testing::UnitTest
3621 return impl()->test_case_to_run_count(); in test_case_to_run_count()
Dgtest-internal-inl.h545 int test_case_to_run_count() const;
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h1146 int test_case_to_run_count() const;