Home | History | Annotate | Download | only in test

Lines Matching refs:failures

1057   ::testing::TestPartResultArray failures;
1059 ::testing::ScopedFakeTestPartResultReporter reporter(&failures);
1061 // Now 'failures' contains the Google Test failures generated by
1066 ASSERT_EQ(1, failures.size());
1067 const ::testing::TestPartResult& r = failures.GetTestPartResult(0);
1743 // Tests that calls that violate the original spec yield failures.
1769 // Tests that calls that violate the original spec yield failures.