Home | History | Annotate | Download | only in src

Lines Matching refs:Failed

178     "True iff a failed assertion should be a debugger break-point.");
256 "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.
977 // Makes a failed assertion result.
982 // Makes a failed assertion result with the given failure message.
1401 if (FAILED(hr)) {
1877 // Returns true iff the test failed.
1878 bool TestResult::Failed() const {
1880 if (GetTestPartResult(i).failed())
1886 // Returns true iff the test part fatally failed.
1891 // Returns true iff the test fatally failed.
1896 // Returns true iff the test part non-fatally failed.
1907 // of successful test parts and the number of failed test parts.
2083 // failed.
2104 // failed.
2345 // Gets the number of failed tests in this test case.
2447 // Returns true iff test failed.
2450 return impl->should_run() && impl->result()->Failed();
2775 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2807 // Internal helper for printing the list of failed tests.
2824 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2856 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2859 printf("\n%2d FAILED %s\n", num_failures,
3233 if (part.failed()) {
3443 // causing successful tests to appear failed. We have to use a
3466 // Gets the number of failed test cases.
3487 // Gets the number of failed tests.
3509 // Returns true iff the unit test failed (i.e. some test case failed
3510 // or something outside of all tests failed).
3511 bool UnitTest::Failed() const { return impl()->Failed(); }
3552 // A failed Google Test assertion will throw an exception of this type
3930 // considered to be failed, but the rest of the tests will still be
3986 // True iff at least one test has failed.
3987 bool failed = false;
4043 failed = true;
4063 return failed ? 1 : 0;
4374 // Returns the value of the flag, or NULL if the parsing failed.
4417 // Aborts if the parsing failed.
4434 // Aborts if the parsing failed.
4451 // Aborts if the parsing failed.