| 610 | |
| 611 | bool shouldContinueOnFailure( int flags ); |
| 612 | inline bool isFalseTest( int flags ) { return ( flags & ResultDisposition::FalseTest ) != 0; } |
| 613 | bool shouldSuppressFailure( int flags ); |
| 614 | |
| 615 | } // end namespace Catch |
no outgoing calls
no test coverage detected