Home | History | Annotate | Download | only in test

Lines Matching defs:gtest_failures

3419   TestPartResultArray gtest_failures;
3421 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3424 ASSERT_EQ(2, gtest_failures.size());
3426 gtest_failures.GetTestPartResult(0).type());
3428 gtest_failures.GetTestPartResult(1).type());
3430 gtest_failures.GetTestPartResult(0).message());
3432 gtest_failures.GetTestPartResult(1).message());
3436 TestPartResultArray gtest_failures;
3438 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3441 ASSERT_EQ(3, gtest_failures.size());
3443 gtest_failures.GetTestPartResult(0).type());
3445 gtest_failures.GetTestPartResult(1).type());
3447 gtest_failures.GetTestPartResult(2).type());
3449 gtest_failures.GetTestPartResult(0).message());
3451 gtest_failures.GetTestPartResult(1).message());
3453 gtest_failures.GetTestPartResult(2).message());
3457 TestPartResultArray gtest_failures;
3459 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3462 ASSERT_EQ(2, gtest_failures.size());
3464 gtest_failures.GetTestPartResult(0).type());
3466 gtest_failures.GetTestPartResult(1).type());
3468 gtest_failures.GetTestPartResult(0).message());
3470 gtest_failures.GetTestPartResult(1).message());