Home
last modified time | relevance | path

Searched refs:total_test_count (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc86 test_suite->total_test_count())]; in GetSortedTests()
88 for (int i = 0; i < test_suite->total_test_count(); ++i) in GetSortedTests()
91 std::sort(tests, tests + test_suite->total_test_count(), in GetSortedTests()
114 EXPECT_EQ(5 + kTypedTests, unit_test->total_test_count()); in TEST()
148 ASSERT_EQ(4, test_suite->total_test_count()); in TEST()
187 ASSERT_EQ(1, test_suite->total_test_count()); in TEST()
209 ASSERT_EQ(1, test_suite->total_test_count()); in TEST()
243 ASSERT_EQ(4, test_suites[0]->total_test_count()); in TearDown()
253 ASSERT_EQ(1, test_suites[1]->total_test_count()); in TearDown()
262 ASSERT_EQ(1, test_suites[2]->total_test_count()); in TearDown()
H A Dgoogletest-param-test-test.cc1035 for (int test_num = 0; test_num < test_suite->total_test_count(); in TEST()
H A Dgtest_unittest.cc5314 for (int i = 0; i < test_suite->total_test_count(); ++i) { in GetTestInfo()
7781 for (int j = 0; j < tests->total_test_count(); ++j) { in TEST()
/freebsd/contrib/googletest/googletest/samples/
H A Dsample9_unittest.cc133 for (int j = 0; j < test_suite.total_test_count(); ++j) { in main()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1159 int UnitTestImpl::total_test_count() const { in total_test_count() function in testing::internal::UnitTestImpl
1160 return SumOverTestSuiteList(test_suites_, &TestSuite::total_test_count); in total_test_count()
2966 int TestSuite::total_test_count() const { in total_test_count() function in testing::TestSuite
3060 for (int i = 0; i < total_test_count(); i++) { in Run()
3068 for (int j = i + 1; j < total_test_count(); j++) { in Run()
3105 for (int i = 0; i < total_test_count(); i++) { in Skip()
3604 for (int j = 0; j < test_suite.total_test_count(); ++j) { in PrintFailedTests()
3653 for (int j = 0; j < test_suite.total_test_count(); ++j) { in PrintSkippedTests()
4398 for (int i = 0; i < test_suite.total_test_count(); ++i) { in PrintXmlTestSuite()
4464 total_tests += test_suite->total_test_count(); in PrintXmlTestsList()
[all …]
H A Dgtest-internal-inl.h567 int total_test_count() const;
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md744 ##### total_test_count {#TestSuite::total_test_count}
746 `int TestSuite::total_test_count() const`
779 can range from 0 to `total_test_count() - 1`. If `i` is not in that range,
987 ##### total_test_count {#UnitTest::total_test_count}
989 `int UnitTest::total_test_count() const`
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h728 int total_test_count() const;
1195 int total_test_count() const;