Home
last modified time | relevance | path

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

/freebsd-head/contrib/googletest/googletest/test/
HDgtest_assert_by_exception_test.cc43 throw testing::AssertionException(result); in OnTestPartResult()
80 } catch (const testing::AssertionException& e) { in TEST()
/freebsd-head/contrib/googletest/docs/reference/
HDtesting.md421 ### AssertionException {#AssertionException}
423 `testing::AssertionException`
1006 [`AssertionException`](#AssertionException) or inherited from it.
/freebsd-head/contrib/googletest/googletest/include/gtest/
HDgtest.h914 class GTEST_API_ AssertionException
917 explicit AssertionException(const TestPartResult& result) in AssertionException() function
/freebsd-head/contrib/googletest/googletest/src/
HDgtest.cc2675 } catch (const AssertionException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
/freebsd-head/contrib/googletest/docs/
HDadvanced.md765 throw testing::AssertionException(result);