Home | History | Annotate | Download | only in src

Lines Matching refs:results

276     "test results. Example: \"localhost:555\". The flag is effective only on "
319 // results of calling a given int-returning method on each.
540 // results. Intercepts only failures from the current thread.
550 // results.
606 // This predicate-formatter checks that 'results' contains a test part
612 const TestPartResultArray& results,
619 if (results.size() != 1) {
621 << " Actual: " << results.size() << " failures";
622 for (int i = 0; i < results.size(); i++) {
623 msg << "\n" << results.GetTestPartResult(i);
628 const TestPartResult& r = results.GetTestPartResult(0);
646 // test part results, what type of failure we expect, and what
649 const TestPartResultArray* results,
652 : results_(results),
1703 // Returns the i-th test part result among all the results. i can
1721 // Clears the test part results.
2339 // Tells UnitTest to stop associating assertion results to this
2456 // Clears the results of all tests in this test case.
3457 // Loop through all the results and connect to the first we can.
3775 // this to report their results. The user code should use the
4089 // Initializes event listeners for streaming test results in string form.
4132 // Configures listeners for streaming test results to the specified server.
4857 " Stream test results to the given server.\n"