Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc112 EXPECT_EQ(1 + kTypedTestSuites, unit_test->test_suite_to_run_count()); in TEST()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1123 int UnitTestImpl::test_suite_to_run_count() const { in test_suite_to_run_count() function in testing::internal::UnitTestImpl
3472 FormatTestSuiteCount(unit_test.test_suite_to_run_count()).c_str()); in OnTestIterationStart()
3670 FormatTestSuiteCount(unit_test.test_suite_to_run_count()).c_str()); in OnTestIterationEnd()
3781 FormatTestSuiteCount(unit_test.test_suite_to_run_count()).c_str()); in OnTestIterationEnd()
5282 int UnitTest::test_suite_to_run_count() const { in test_suite_to_run_count() function in testing::UnitTest
5283 return impl()->test_suite_to_run_count(); in test_suite_to_run_count()
5298 return impl()->test_suite_to_run_count(); in test_case_to_run_count()
H A Dgtest-internal-inl.h546 int test_suite_to_run_count() const;
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md944 ##### test_suite_to_run_count {#UnitTest::test_suite_to_run_count}
946 `int UnitTest::test_suite_to_run_count() const`
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1166 int test_suite_to_run_count() const;