Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_ex_test.cc42 using testing::internal::GoogleTestFailureException;
68 } catch (const GoogleTestFailureException& /* unused */) { in TEST()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h158 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
160 explicit GoogleTestFailureException(const TestPartResult& failure);
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h915 : public internal::GoogleTestFailureException {
918 : GoogleTestFailureException(result) {} in AssertionException()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2639 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException
2704 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
5485 throw internal::GoogleTestFailureException(result); in AddTestPartResult()