Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc117 EXPECT_EQ(1 + kTypedTestCases, unit_test->test_case_to_run_count()); in TEST()
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h542 int test_case_to_run_count() const;
H A Dgtest.cc790 int UnitTestImpl::test_case_to_run_count() const { in test_case_to_run_count() function in testing::internal::UnitTestImpl
3186 FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); in OnTestIterationStart()
3328 FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); in OnTestIterationEnd()
4602 int UnitTest::test_case_to_run_count() const { in test_case_to_run_count() function in testing::UnitTest
4603 return impl()->test_case_to_run_count(); in test_case_to_run_count()
/freebsd-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1270 int test_case_to_run_count() const;