Home | History | Annotate | Download | only in src

Lines Matching refs:Failed

174     "True iff a failed assertion should be a debugger break-point.");
252 "When this flag is specified, a failed assertion will throw an exception "
309 // Returns true iff the test case failed.
311 return test_case->should_run() && test_case->Failed();
678 // Gets the number of failed test cases.
699 // Gets the number of failed tests.
967 // Makes a failed assertion result with the given failure message.
1371 if (FAILED(hr)) {
1847 // Returns true iff the test failed.
1848 bool TestResult::Failed() const {
1850 if (GetTestPartResult(i).failed())
1856 // Returns true iff the test part fatally failed.
1861 // Returns true iff the test fatally failed.
1866 // Returns true iff the test part non-fatally failed.
1877 // of successful test parts and the number of failed test parts.
2053 // failed.
2074 // failed.
2315 // Gets the number of failed tests in this test case.
2417 // Returns true iff test failed.
2420 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,
3202 if (part.failed()) {
3412 // causing successful tests to appear failed. We have to use a
3435 // Gets the number of failed test cases.
3456 // Gets the number of failed tests.
3478 // Returns true iff the unit test failed (i.e. some test case failed
3479 // or something outside of all tests failed).
3480 bool UnitTest::Failed() const { return impl()->Failed(); }
3521 // A failed Google Test assertion will throw an exception of this type
3899 // considered to be failed, but the rest of the tests will still be
3955 // True iff at least one test has failed.
3956 bool failed = false;
4012 failed = true;
4032 return failed ? 1 : 0;
4331 // Returns the value of the flag, or NULL if the parsing failed.
4374 // Aborts if the parsing failed.
4391 // Aborts if the parsing failed.
4408 // Aborts if the parsing failed.