Searched refs:CATCH_ERROR (Results 1 – 8 of 8) sorted by relevance
34 #define CATCH_ERROR( msg ) \ macro39 do{ if( !(condition) ) CATCH_ERROR( msg ); } while(false)
89 CATCH_ERROR( "Test failure requires aborting test!" ); in complete()
132 CATCH_ERROR( "Unrecognised stream: '" << filename << "'" ); in makeStream()
92 CATCH_ERROR( "Unknown colour requested" ); in use()
100 CATCH_ERROR( "Internal error in TeamCity reporter" ); in assertionEnded()105 CATCH_ERROR( "Not implemented" ); in assertionEnded()
3492 #define CATCH_ERROR( msg ) \ macro3497 do{ if( !(condition) ) CATCH_ERROR( msg ); } while(false)5094 CATCH_ERROR( "Verbosity level not supported by this reporter" ); in StreamingReporterBase()5208 CATCH_ERROR( "Verbosity level not supported by this reporter" ); in CumulativeReporterBase()6323 CATCH_ERROR( "Test failure requires aborting test!" ); in complete()8165 CATCH_ERROR( "Unknown colour requested" ); in use()11279 CATCH_ERROR( "Unrecognised stream: '" << filename << "'" ); in makeStream()
37 CATCH_ERROR( "Verbosity level not supported by this reporter" ); in StreamingReporterBase()152 CATCH_ERROR( "Verbosity level not supported by this reporter" ); in CumulativeReporterBase()