Home | History | Annotate | Download | only in src

Lines Matching refs:results

269     "test results. Example: \"localhost:555\". The flag is effective only on "
312 // results of calling a given int-returning method on each.
536 // results. Intercepts only failures from the current thread.
546 // results.
602 // This predicate-formatter checks that 'results' contains a test part
608 const TestPartResultArray& results,
615 if (results.size() != 1) {
617 << " Actual: " << results.size() << " failures";
618 for (int i = 0; i < results.size(); i++) {
619 msg << "\n" << results.GetTestPartResult(i);
624 const TestPartResult& r = results.GetTestPartResult(0);
642 // test part results, what type of failure we expect, and what
645 const TestPartResultArray* results,
648 : results_(results),
1783 // Returns the i-th test part result among all the results. i can
1801 // Clears the test part results.
2322 // Tells UnitTest to stop associating assertion results to this
2428 // Clears the results of all tests in this test case.
3301 // Streams test results to the given port on the given host machine.
3450 // Loop through all the results and connect to the first we can.
3717 // this to report their results. The user code should use the
3980 // Initializes event listeners for streaming test results in String form.
4023 // Configures listeners for streaming test results to the specified server.
4708 " Stream test results to the given server.\n"