Home | History | Annotate | Download | only in test

Lines Matching full:total_part_count

1584 // Tests TestResult::total_part_count().
1585 TEST_F(TestResultTest, total_part_count) {
1586 ASSERT_EQ(0, r0->total_part_count());
1587 ASSERT_EQ(1, r1->total_part_count());
1588 ASSERT_EQ(2, r2->total_part_count());
4129 EXPECT_EQ(2, GetUnitTestImpl()->current_test_result()->total_part_count());
4135 EXPECT_EQ(0, GetUnitTestImpl()->current_test_result()->total_part_count());
4141 EXPECT_EQ(0, GetUnitTestImpl()->current_test_result()->total_part_count());
4147 EXPECT_EQ(0, GetUnitTestImpl()->current_test_result()->total_part_count());
4153 EXPECT_EQ(0, GetUnitTestImpl()->current_test_result()->total_part_count());
5133 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count());
5136 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count());