Home | History | Annotate | Download | only in test

Lines Matching refs:gtest_failures

3388   TestPartResultArray gtest_failures;
3390 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3393 ASSERT_EQ(2, gtest_failures.size());
3395 gtest_failures.GetTestPartResult(0).type());
3397 gtest_failures.GetTestPartResult(1).type());
3399 gtest_failures.GetTestPartResult(0).message());
3401 gtest_failures.GetTestPartResult(1).message());
3405 TestPartResultArray gtest_failures;
3407 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3410 ASSERT_EQ(3, gtest_failures.size());
3412 gtest_failures.GetTestPartResult(0).type());
3414 gtest_failures.GetTestPartResult(1).type());
3416 gtest_failures.GetTestPartResult(2).type());
3418 gtest_failures.GetTestPartResult(0).message());
3420 gtest_failures.GetTestPartResult(1).message());
3422 gtest_failures.GetTestPartResult(2).message());
3426 TestPartResultArray gtest_failures;
3428 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3431 ASSERT_EQ(2, gtest_failures.size());
3433 gtest_failures.GetTestPartResult(0).type());
3435 gtest_failures.GetTestPartResult(1).type());
3437 gtest_failures.GetTestPartResult(0).message());
3439 gtest_failures.GetTestPartResult(1).message());