Searched refs:CATCH_ERROR (Results 1 – 1 of 1) sorted by relevance
3854 #define CATCH_ERROR(...) \ macro3861 do{ if( !(condition) ) CATCH_ERROR( __VA_ARGS__ ); } while(false)5676 CATCH_ERROR( "Verbosity level not supported by this reporter" ); in StreamingReporterBase()5793 CATCH_ERROR( "Verbosity level not supported by this reporter" ); in CumulativeReporterBase()8170 CATCH_ERROR( "Test failure requires aborting test!" ); in complete()10019 CATCH_ERROR( "Unknown colour requested" ); in use()13510 CATCH_ERROR( "Unrecognised stream: '" << filename << "'" ); in makeStream()