Home
last modified time | relevance | path

Searched refs:AssertionException (Results 1 – 5 of 5) sorted by relevance

/src/contrib/googletest/googletest/test/
H A Dgtest_assert_by_exception_test.cc43 throw testing::AssertionException(result); in OnTestPartResult()
80 } catch (const testing::AssertionException& e) { in TEST()
/src/contrib/googletest/googletest/include/gtest/
H A Dgtest.h914 class GTEST_API_ AssertionException
917 explicit AssertionException(const TestPartResult& result) in AssertionException() function
/src/contrib/googletest/docs/reference/
H A Dtesting.md518 ### AssertionException {#AssertionException}
520 `testing::AssertionException`
1103 [`AssertionException`](#AssertionException) or inherited from it.
/src/contrib/googletest/googletest/src/
H A Dgtest.cc2702 } catch (const AssertionException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
/src/contrib/googletest/docs/
H A Dadvanced.md771 throw testing::AssertionException(result);