MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / describe

Method describe

unittests/catch.hpp:7972–7974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7970 }
7971
7972 std::string WithinAbsMatcher::describe() const {
7973 return "is within " + ::Catch::Detail::stringify(m_margin) + " of " + ::Catch::Detail::stringify(m_target);
7974 }
7975
7976 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType)
7977 :m_target{ target }, m_ulps{ ulps }, m_type{ baseType } {

Callers

nothing calls this directly

Calls 3

stringifyFunction · 0.85
caseSensitivitySuffixMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected