Home
last modified time | relevance | path

Searched refs:DidntThrowException (Results 1 – 11 of 11) sorted by relevance

/external/catch2/include/internal/
Dcatch_result_type.h28 DidntThrowException = Exception | 2, enumerator
Dcatch_run_context.cpp446 handleNonExpr(info, Catch::ResultWas::DidntThrowException, reaction); in handleUnexpectedExceptionNotThrown()
/external/catch2/include/reporters/
Dcatch_reporter_tap.hpp114 case ResultWas::DidntThrowException: in print()
Dcatch_reporter_teamcity.hpp89 case ResultWas::DidntThrowException: in assertionEnded()
Dcatch_reporter_compact.cpp124 case ResultWas::DidntThrowException: in print()
Dcatch_reporter_junit.cpp221 case ResultWas::DidntThrowException: in writeAssertion()
Dcatch_reporter_console.cpp82 case ResultWas::DidntThrowException: in ConsoleAssertionPrinter()
/external/catch2/single_include/catch2/
Dcatch_reporter_tap.hpp114 case ResultWas::DidntThrowException: in print()
Dcatch_reporter_teamcity.hpp89 case ResultWas::DidntThrowException: in assertionEnded()
Dcatch.hpp1077 DidntThrowException = Exception | 2, enumerator
10675 handleNonExpr(info, Catch::ResultWas::DidntThrowException, reaction); in handleUnexpectedExceptionNotThrown()
13152 case ResultWas::DidntThrowException: in print()
13388 case ResultWas::DidntThrowException: in ConsoleAssertionPrinter()
14145 case ResultWas::DidntThrowException: in writeAssertion()
/external/bcc/tests/cc/
Dcatch.hpp788 DidntThrowException = Exception | 2, enumerator
2101 __catchResult.captureResult( Catch::ResultWas::DidntThrowException ); \
2118 __catchResult.captureResult( Catch::ResultWas::DidntThrowException ); \
9425 case ResultWas::DidntThrowException: in writeAssertion()
9609 case ResultWas::DidntThrowException: in AssertionPrinter()
10010 case ResultWas::DidntThrowException: in print()