Home | History | Annotate | Download | only in test

Lines Matching defs:gtest_failures

3658   TestPartResultArray gtest_failures;
3660 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3663 ASSERT_EQ(2, gtest_failures.size());
3665 gtest_failures.GetTestPartResult(0).type());
3667 gtest_failures.GetTestPartResult(1).type());
3669 gtest_failures.GetTestPartResult(0).message());
3671 gtest_failures.GetTestPartResult(1).message());
3675 TestPartResultArray gtest_failures;
3677 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3680 ASSERT_EQ(3, gtest_failures.size());
3682 gtest_failures.GetTestPartResult(0).type());
3684 gtest_failures.GetTestPartResult(1).type());
3686 gtest_failures.GetTestPartResult(2).type());
3688 gtest_failures.GetTestPartResult(0).message());
3690 gtest_failures.GetTestPartResult(1).message());
3692 gtest_failures.GetTestPartResult(2).message());
3696 TestPartResultArray gtest_failures;
3698 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3701 ASSERT_EQ(2, gtest_failures.size());
3703 gtest_failures.GetTestPartResult(0).type());
3705 gtest_failures.GetTestPartResult(1).type());
3707 gtest_failures.GetTestPartResult(0).message());
3709 gtest_failures.GetTestPartResult(1).message());