Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h147 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
149 explicit GoogleTestFailureException(const TestPartResult& failure);
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2029 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException
2100 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
3760 throw internal::GoogleTestFailureException(result); in AddTestPartResult()