MCPcopy Create free account
hub / github.com/cpputest/cpputest / equalsNoCase

Method equalsNoCase

src/CppUTest/SimpleString.cpp:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461bool SimpleString::equalsNoCase(const SimpleString& str) const
462{
463 return lowerCase() == str.lowerCase();
464}
465
466
467bool operator!=(const SimpleString& left, const SimpleString& right)

Callers 2

assertCstrNoCaseEqualMethod · 0.80
TESTFunction · 0.80

Calls 1

lowerCaseMethod · 0.80

Tested by 2

assertCstrNoCaseEqualMethod · 0.64
TESTFunction · 0.64