| 632 | |
| 633 | bool shouldContinueOnFailure(int flags); |
| 634 | inline bool isFalseTest(int flags) { |
| 635 | return (flags & ResultDisposition::FalseTest) != 0; |
| 636 | } |
| 637 | bool shouldSuppressFailure(int flags); |
| 638 | |
| 639 | } // end namespace Catch |
no outgoing calls
no test coverage detected