Home
last modified time | relevance | path

Searched refs:GoogleTestFailureException (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h141 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
143 explicit GoogleTestFailureException(const TestPartResult& failure);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1066 : public internal::GoogleTestFailureException {
1069 : GoogleTestFailureException(result) {} in AssertionException()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2399 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException
2472 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
4823 throw internal::GoogleTestFailureException(result); in AddTestPartResult()