Searched refs:total_test_count (Results 1 – 9 of 9) sorted by relevance
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/ |
D | gtest-unittest-api_test.cc | 87 test_suite->total_test_count())]; in GetSortedTests() 89 for (int i = 0; i < test_suite->total_test_count(); ++i) in GetSortedTests() 92 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()
|
D | googletest-param-test-test.cc | 909 for (int test_num = 0; test_num < test_suite->total_test_count(); in TEST()
|
D | gtest_unittest.cc | 5341 for (int i = 0; i < test_suite->total_test_count(); ++i) { in GetTestInfo() 7791 for (int j = 0; j < tests->total_test_count(); ++j) { in TEST()
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/samples/ |
D | sample9_unittest.cc | 140 for (int j = 0; j < test_suite.total_test_count(); ++j) { in main()
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/ |
D | gtest.cc | 1094 int UnitTestImpl::total_test_count() const { in total_test_count() function in testing::internal::UnitTestImpl 1095 return SumOverTestSuiteList(test_suites_, &TestSuite::total_test_count); in total_test_count() 2990 int TestSuite::total_test_count() const { in total_test_count() function in testing::TestSuite 3065 for (int i = 0; i < total_test_count(); i++) { in Run() 3073 for (int j = i + 1; j < total_test_count(); j++) { in Run() 3111 for (int i = 0; i < total_test_count(); i++) { in Skip() 3609 for (int j = 0; j < test_suite.total_test_count(); ++j) { in PrintFailedTests() 3658 for (int j = 0; j < test_suite.total_test_count(); ++j) { in PrintSkippedTests() 4387 for (int i = 0; i < test_suite.total_test_count(); ++i) { in PrintXmlTestSuite() 4448 total_tests += test_suite->total_test_count(); in PrintXmlTestsList() [all …]
|
D | gtest-internal-inl.h | 553 int total_test_count() const;
|
/device/generic/vulkan-cereal/third-party/googletest/docs/reference/ |
D | testing.md | 627 ##### total_test_count {#TestSuite::total_test_count} 629 `int TestSuite::total_test_count() const` 662 can range from 0 to `total_test_count() - 1`. If `i` is not in that range, 870 ##### total_test_count {#UnitTest::total_test_count} 872 `int UnitTest::total_test_count() const`
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/ |
D | gtest.h | 715 int total_test_count() const; 1178 int total_test_count() const;
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/runner/ |
D | TestSuite.cpp | 341 for (int testIndex = 0; testIndex < testSuite.total_test_count(); ++testIndex) in FilterTests()
|