Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ contains
Method
contains
src/CppUTest/SimpleString.cpp:326–329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
}
325
326
bool SimpleString::contains(const SimpleString& other) const
327
{
328
return StrStr(getBuffer(), other.getBuffer()) != NULLPTR;
329
}
330
331
bool SimpleString::containsNoCase(const SimpleString& other) const
332
{
Callers
15
parseArguments
Method · 0.80
getMockSupport
Method · 0.80
match
Method · 0.80
containsNoCase
Method · 0.80
assertPrintContainsNot
Method · 0.80
assertCstrContains
Method · 0.80
listTestGroupNames
Method · 0.80
listTestGroupAndCaseNames
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
getBuffer
Method · 0.80
Tested by
13
match
Method · 0.64
assertPrintContainsNot
Method · 0.64
assertCstrContains
Method · 0.64
listTestGroupNames
Method · 0.64
listTestGroupAndCaseNames
Method · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64