Home | History | Annotate | Download | only in googletest

Lines Matching refs:Failed

190     "True iff a failed assertion should be a debugger break-point.");
275 "When this flag is specified, a failed assertion will throw an exception "
328 // Returns true iff the test case failed.
330 return test_case->should_run() && test_case->Failed();
708 // Gets the number of failed test cases.
729 // Gets the number of failed tests.
970 // Makes a failed assertion result.
975 // Makes a failed assertion result with the given failure message.
1386 if (FAILED(hr)) {
1852 // Returns true iff the test failed.
1853 bool TestResult::Failed() const {
1855 if (GetTestPartResult(i).failed())
1861 // Returns true iff the test part fatally failed.
1866 // Returns true iff the test fatally failed.
1871 // Returns true iff the test part non-fatally failed.
1882 // of successful test parts and the number of failed test parts.
2048 // A failed Google Test assertion will throw an exception of this type when
2167 // failed.
2334 // Gets the number of failed tests in this test case.
2766 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2769 if (test_info.result()->Failed())
2801 // Internal helper for printing the list of failed tests.
2818 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2843 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2846 printf("\n%2d FAILED %s\n", num_failures,
3222 if (part.failed()) {
3395 << "stream_result_to: failed to stream to "
3446 GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: "
3467 GTEST_LOG_(WARNING) << "stream_result_to: failed to connect to "
3608 // causing successful tests to appear failed. We have to use a
3631 // Gets the number of failed test cases.
3652 // Gets the number of failed tests.
3674 // Returns true iff the unit test failed (i.e. some test case failed
3675 // or something outside of all tests failed).
3676 bool UnitTest::Failed() const { return impl()->Failed(); }
4106 // thrown during a test, the test is considered to be failed, but the
4162 // True iff at least one test has failed.
4163 bool failed = false;
4223 failed = true;
4242 return !failed;
4527 // Returns the value of the flag, or NULL if the parsing failed.
4570 // Aborts if the parsing failed.
4587 // Aborts if the parsing failed.
4604 // Aborts if the parsing failed.