Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
461
bool SimpleString::equalsNoCase(const SimpleString& str) const
462
{
463
return lowerCase() == str.lowerCase();
464
}
465
466
467
bool operator!=(const SimpleString& left, const SimpleString& right)
Callers
2
assertCstrNoCaseEqual
Method · 0.80
TEST
Function · 0.80
Calls
1
lowerCase
Method · 0.80
Tested by
2
assertCstrNoCaseEqual
Method · 0.64
TEST
Function · 0.64