Home | History | Annotate | Download | only in src

Lines Matching refs:results

280     "test results. Example: \"localhost:555\". The flag is effective only on "
323 // results of calling a given int-returning method on each.
544 // results. Intercepts only failures from the current thread.
554 // results.
610 // This predicate-formatter checks that 'results' contains a test part
616 const TestPartResultArray& results,
623 if (results.size() != 1) {
625 << " Actual: " << results.size() << " failures";
626 for (int i = 0; i < results.size(); i++) {
627 msg << "\n" << results.GetTestPartResult(i);
632 const TestPartResult& r = results.GetTestPartResult(0);
650 // test part results, what type of failure we expect, and what
653 const TestPartResultArray* results,
656 : results_(results),
1987 // Returns the i-th test part result among all the results. i can
2005 // Clears the test part results.
2623 // Tells UnitTest to stop associating assertion results to this
2740 // Clears the results of all tests in this test case.
3740 // Loop through all the results and connect to the first we can.
4058 // this to report their results. The user code should use the
4365 // Initializes event listeners for streaming test results in string form.
4408 // Configures listeners for streaming test results to the specified server.
5133 " Stream test results to the given server.\n"