Lines Matching defs:Failed
186 "True iff a failed assertion should be a debugger break-point.");
264 "When this flag is specified, a failed assertion will throw an exception "
317 // Returns true iff the test case failed.
319 return test_case->should_run() && test_case->Failed();
686 // Gets the number of failed test cases.
707 // Gets the number of failed tests.
985 // Makes a failed assertion result.
990 // Makes a failed assertion result with the given failure message.
1407 if (FAILED(hr)) {
1873 // Returns true iff the test failed.
1874 bool TestResult::Failed() const {
1876 if (GetTestPartResult(i).failed())
1882 // Returns true iff the test part fatally failed.
1887 // Returns true iff the test fatally failed.
1892 // Returns true iff the test part non-fatally failed.
1903 // of successful test parts and the number of failed test parts.
2079 // failed.
2100 // failed.
2312 // Gets the number of failed tests in this test case.
2412 // Returns true iff test failed.
2415 return impl->should_run() && impl->result()->Failed();
2745 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2777 // Internal helper for printing the list of failed tests.
2794 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2826 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2829 printf("\n%2d FAILED %s\n", num_failures,
3198 if (part.failed()) {
3408 // causing successful tests to appear failed. We have to use a
3431 // Gets the number of failed test cases.
3452 // Gets the number of failed tests.
3474 // Returns true iff the unit test failed (i.e. some test case failed
3475 // or something outside of all tests failed).
3476 bool UnitTest::Failed() const { return impl()->Failed(); }
3516 // A failed Google Test assertion will throw an exception of this type
3898 // considered to be failed, but the rest of the tests will still be
3954 // True iff at least one test has failed.
3955 bool failed = false;
4013 failed = true;
4033 return failed ? 1 : 0;
4344 // Returns the value of the flag, or NULL if the parsing failed.
4387 // Aborts if the parsing failed.
4404 // Aborts if the parsing failed.
4421 // Aborts if the parsing failed.