Searched refs:CATCH_ENFORCE (Results 1 – 1 of 1) sorted by relevance
3860 #define CATCH_ENFORCE( condition, ... ) \ macro7815 CATCH_ENFORCE(newMargin >= 0, in setMargin()7822 CATCH_ENFORCE(newEpsilon >= 0 && newEpsilon <= 1.0, in setEpsilon()11416 CATCH_ENFORCE(margin >= 0, "Invalid margin: " << margin << '.'11432 CATCH_ENFORCE(m_type == FloatingPointKind::Double11489 … CATCH_ENFORCE(m_epsilon >= 0., "Relative comparison with epsilon < 0 does not make sense."); in WithinRelMatcher()11490 … CATCH_ENFORCE(m_epsilon < 1., "Relative comparison with epsilon >= 1 does not make sense."); in WithinRelMatcher()13068 CATCH_ENFORCE(reporter, "No reporter registered with name: '" << reporterName << "'"); in createReporter()13459 CATCH_ENFORCE( !m_ofs.fail(), "Unable to open file: '" << filename << "'" ); in FileStream()13679 … CATCH_ENFORCE(isNullTerminated(), "Called StringRef::c_str() on a non-null-terminated instance"); in c_str()[all …]