| 1386 | |
| 1387 | bool shouldContinueOnFailure( int flags ); |
| 1388 | inline bool isFalseTest( int flags ) { return ( flags & ResultDisposition::FalseTest ) != 0; } |
| 1389 | bool shouldSuppressFailure( int flags ); |
| 1390 | |
| 1391 | } // end namespace Catch |
no outgoing calls
no test coverage detected