Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp1253 void captureResult( ResultWas::OfType resultType );
2086 __catchResult.captureResult( Catch::ResultWas::Ok ); \
2101 __catchResult.captureResult( Catch::ResultWas::DidntThrowException ); \
2107 __catchResult.captureResult( Catch::ResultWas::Ok ); \
2118 __catchResult.captureResult( Catch::ResultWas::DidntThrowException ); \
2121 __catchResult.captureResult( Catch::ResultWas::Ok ); \
2127 __catchResult.captureResult( Catch::ResultWas::Ok ); \
2137 __catchResult.captureResult( messageType ); \
2145 __catchResult.captureResult( messageType ); \
8200 captureResult( ResultWas::ThrewException ); in useActiveException()
[all …]