| 8495 | } |
| 8496 | |
| 8497 | bool shouldContinueOnFailure( int flags ) { return ( flags & ResultDisposition::ContinueOnFailure ) != 0; } |
| 8498 | bool shouldSuppressFailure( int flags ) { return ( flags & ResultDisposition::SuppressFail ) != 0; } |
| 8499 | |
| 8500 | } // end namespace Catch |
nothing calls this directly
no outgoing calls
no test coverage detected