Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock_ex_test.cc41 using testing::internal::GoogleTestFailureException;
67 } catch (const GoogleTestFailureException& /* unused */) { in TEST()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h153 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
155 explicit GoogleTestFailureException(const TestPartResult& failure);
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1048 : public internal::GoogleTestFailureException {
1051 : GoogleTestFailureException(result) {} in AssertionException()
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc2424 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException
2497 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
4763 throw internal::GoogleTestFailureException(result); in AddTestPartResult()