MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / caseSensitivitySuffix

Method caseSensitivitySuffix

extlibs/catch/include/catch/catch.hpp:11223–11227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11221 : str;
11222 }
11223 std::string CasedString::caseSensitivitySuffix() const {
11224 return m_caseSensitivity == CaseSensitive::No
11225 ? " (case insensitive)"
11226 : std::string();
11227 }
11228
11229 StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator )
11230 : m_comparator( comparator ),

Callers 1

describeMethod · 0.80

Calls 1

stringClass · 0.50

Tested by

no test coverage detected