Searched refs:total_test_count (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | gtest-unittest-api_test.cc | 86 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 D | googletest-param-test-test.cc | 965 for (int test_num = 0; test_num < test_suite->total_test_count(); in TEST()
|
| H A D | gtest_unittest.cc | 5265 for (int i = 0; i < test_suite->total_test_count(); ++i) { in GetTestInfo() 7733 for (int j = 0; j < tests->total_test_count(); ++j) { in TEST()
|
| /freebsd/contrib/googletest/googletest/samples/ |
| H A D | sample9_unittest.cc | 133 for (int j = 0; j < test_suite.total_test_count(); ++j) { in main()
|
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 1147 int UnitTestImpl::total_test_count() const { in total_test_count() function in testing::internal::UnitTestImpl 1148 return SumOverTestSuiteList(test_suites_, &TestSuite::total_test_count); in total_test_count() 2939 int TestSuite::total_test_count() const { in total_test_count() function in testing::TestSuite 3033 for (int i = 0; i < total_test_count(); i++) { in Run() 3041 for (int j = i + 1; j < total_test_count(); j++) { in Run() 3078 for (int i = 0; i < total_test_count(); i++) { in Skip() 3577 for (int j = 0; j < test_suite.total_test_count(); ++j) { in PrintFailedTests() 3626 for (int j = 0; j < test_suite.total_test_count(); ++j) { in PrintSkippedTests() 4363 for (int i = 0; i < test_suite.total_test_count(); ++i) { in PrintXmlTestSuite() 4424 total_tests += test_suite->total_test_count(); in PrintXmlTestsList() [all …]
|
| H A D | gtest-internal-inl.h | 567 int total_test_count() const;
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | testing.md | 647 ##### total_test_count {#TestSuite::total_test_count} 649 `int TestSuite::total_test_count() const` 682 can range from 0 to `total_test_count() - 1`. If `i` is not in that range, 890 ##### total_test_count {#UnitTest::total_test_count} 892 `int UnitTest::total_test_count() const`
|
| /freebsd/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 728 int total_test_count() const; 1195 int total_test_count() const;
|