Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3860 #define CATCH_ENFORCE( condition, ... ) \ macro
7815 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::Double
11489CATCH_ENFORCE(m_epsilon >= 0., "Relative comparison with epsilon < 0 does not make sense."); in WithinRelMatcher()
11490CATCH_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()
13679CATCH_ENFORCE(isNullTerminated(), "Called StringRef::c_str() on a non-null-terminated instance"); in c_str()
[all …]