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.cc1111 int UnitTestImpl::test_suite_to_run_count() const { in test_suite_to_run_count() function in testing::internal::UnitTestImpl
3445 FormatTestSuiteCount(unit_test.test_suite_to_run_count()).c_str()); in OnTestIterationStart()
3643 FormatTestSuiteCount(unit_test.test_suite_to_run_count()).c_str()); in OnTestIterationEnd()
3754 FormatTestSuiteCount(unit_test.test_suite_to_run_count()).c_str()); in OnTestIterationEnd()
5233 int UnitTest::test_suite_to_run_count() const { in test_suite_to_run_count() function in testing::UnitTest
5234 return impl()->test_suite_to_run_count(); in test_suite_to_run_count()
5249 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.md847 ##### test_suite_to_run_count {#UnitTest::test_suite_to_run_count}
849 `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;