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