Lines Matching refs:results
293 // results of calling a given int-returning method on each.
504 // results. Intercepts only failures from the current thread.
514 // results.
570 // This predicate-formatter checks that 'results' contains a test part
576 const TestPartResultArray& results,
583 if (results.size() != 1) {
585 << " Actual: " << results.size() << " failures";
586 for (int i = 0; i < results.size(); i++) {
587 msg << "\n" << results.GetTestPartResult(i);
592 const TestPartResult& r = results.GetTestPartResult(0);
612 // test part results, what type of failure we expect, and what
615 const TestPartResultArray* results,
618 : results_(results),
1782 // Returns the i-th test part result among all the results. i can
1796 // Clears the test part results.
2301 // Tells UnitTest to stop associating assertion results to this
2406 // Clears the results of all tests in this test case.
3535 // this to report their results. The user code should use the