Home
last modified time | relevance | path

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

/external/googletest/googletest/test/
Dgtest-unittest-api_test.cc117 EXPECT_EQ(1 + kTypedTestSuites, unit_test->test_suite_to_run_count()); in TEST()
/external/googletest/googletest/src/
Dgtest.cc770 int UnitTestImpl::test_suite_to_run_count() const { in test_suite_to_run_count() function in testing::internal::UnitTestImpl
3150 FormatTestSuiteCount(unit_test.test_suite_to_run_count()).c_str()); in OnTestIterationStart()
3291 FormatTestSuiteCount(unit_test.test_suite_to_run_count()).c_str()); in OnTestIterationEnd()
4571 int UnitTest::test_suite_to_run_count() const { in test_suite_to_run_count() function in testing::UnitTest
4572 return impl()->test_suite_to_run_count(); in test_suite_to_run_count()
4587 return impl()->test_suite_to_run_count(); in test_case_to_run_count()
Dgtest-internal-inl.h543 int test_suite_to_run_count() const;
/external/googletest/googletest/include/gtest/
Dgtest.h1307 int test_suite_to_run_count() const;