Home
last modified time | relevance | path

Searched refs:CATCH_ERROR (Results 1 – 8 of 8) sorted by relevance

/external/catch2/include/internal/
Dcatch_enforce.h34 #define CATCH_ERROR( msg ) \ macro
39 do{ if( !(condition) ) CATCH_ERROR( msg ); } while(false)
Dcatch_assertionhandler.cpp89 CATCH_ERROR( "Test failure requires aborting test!" ); in complete()
Dcatch_stream.cpp132 CATCH_ERROR( "Unrecognised stream: '" << filename << "'" ); in makeStream()
Dcatch_console_colour.cpp92 CATCH_ERROR( "Unknown colour requested" ); in use()
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp100 CATCH_ERROR( "Internal error in TeamCity reporter" ); in assertionEnded()
105 CATCH_ERROR( "Not implemented" ); in assertionEnded()
Dcatch.hpp3492 #define CATCH_ERROR( msg ) \ macro
3497 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()
/external/catch2/include/reporters/
Dcatch_reporter_teamcity.hpp100 CATCH_ERROR( "Internal error in TeamCity reporter" ); in assertionEnded()
105 CATCH_ERROR( "Not implemented" ); in assertionEnded()
Dcatch_reporter_bases.hpp37 CATCH_ERROR( "Verbosity level not supported by this reporter" ); in StreamingReporterBase()
152 CATCH_ERROR( "Verbosity level not supported by this reporter" ); in CumulativeReporterBase()