| 1364 | |
| 1365 | bool shouldContinueOnFailure( int flags ); |
| 1366 | inline bool isFalseTest( int flags ) { return ( flags & ResultDisposition::FalseTest ) != 0; } |
| 1367 | bool shouldSuppressFailure( int flags ); |
| 1368 | |
| 1369 | } // end namespace Catch |
no outgoing calls
no test coverage detected