Home | History | Annotate | Download | only in test

Lines Matching refs:failures

1068   ::testing::TestPartResultArray failures;
1070 ::testing::ScopedFakeTestPartResultReporter reporter(&failures);
1072 // Now 'failures' contains the Google Test failures generated by
1077 ASSERT_EQ(1, failures.size());
1078 const ::testing::TestPartResult& r = failures.GetTestPartResult(0);
1754 // Tests that calls that violate the original spec yield failures.
1780 // Tests that calls that violate the original spec yield failures.