Searched refs:AssertionException (Results 1 – 5 of 5) sorted by relevance
43 throw testing::AssertionException(result); in OnTestPartResult()80 } catch (const testing::AssertionException& e) { in TEST()
914 class GTEST_API_ AssertionException917 explicit AssertionException(const TestPartResult& result) in AssertionException() function
518 ### AssertionException {#AssertionException}520 `testing::AssertionException`1103 [`AssertionException`](#AssertionException) or inherited from it.
2702 } catch (const AssertionException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
771 throw testing::AssertionException(result);