MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / describe

Method describe

Bcore/src/main/cpp/Dobby/tests/catch.hpp:7768–7770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7766}
7767
7768std::string WithinAbsMatcher::describe() const {
7769 return "is within " + ::Catch::Detail::stringify(m_margin) + " of " + ::Catch::Detail::stringify(m_target);
7770}
7771
7772WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType)
7773 : m_target{target}, m_ulps{ulps}, m_type{baseType} {

Callers

nothing calls this directly

Calls 4

stringifyFunction · 0.85
to_stringFunction · 0.85
caseSensitivitySuffixMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected