• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/

Lines Matching refs:failure

172 // The text used in failure messages to indicate the start of the
251 "printing test failure stack traces.");
603 // failure of the given type and that the failure message contains the
612 "1 fatal failure" :
613 "1 non-fatal failure");
642 // test part results, what type of failure we expect, and what
643 // substring the failure message should contain.
653 // TestPartResultArray contains exactly one failure that has the given
655 // non-fatal failure will be generated.
975 // Makes a failed assertion result with the given failure message.
984 // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure.
1020 // Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
1829 // Adds a failure if the key is a reserved attribute of Google Test
1876 // Returns true iff the test has a non-fatal failure.
1949 // yes, it returns true; otherwise it generates a Google Test failure and
2014 // Adds an "exception thrown" fatal failure to the current test. This
2031 // Adds an "exception thrown" fatal failure to the current test.
2056 explicit GoogleTestFailureException(const TestPartResult& failure)
2057 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}
2110 // // Report the exception as failure.
2129 // sense to report it as a test failure.
2173 // Returns true iff the current test has a fatal failure.
2178 // Returns true iff the current test has a non-fatal failure.
2305 // constructor didn't generate a fatal failure.
2750 // Called after an assertion failure.
2757 // Print failure message from the assertion (e.g. expected this and got that).
3064 // TODO(wan): report the reason of the failure.
3159 // <failure message="...">...</failure>
3160 // <failure message="...">...</failure>
3161 // <failure message="...">...</failure>
3225 *stream << " <failure message=\""
3233 *stream << "</failure>\n";
3411 // arbitrarily long test failure message and stack trace.
3759 // when a failure happens and both the --gtest_break_on_failure and
3823 // failure via stderr.
4200 // Runs the tests only if there was no fatal failure during global
4227 // allows the user to quickly repro a failure that happens in the
4565 // true. On failure, returns false without changing *value.
4582 // true. On failure, returns false without changing *value.
4599 // true. On failure, returns false without changing *value.