MCPcopy 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
326bool SimpleString::contains(const SimpleString& other) const
327{
328 return StrStr(getBuffer(), other.getBuffer()) != NULLPTR;
329}
330
331bool SimpleString::containsNoCase(const SimpleString& other) const
332{

Callers 15

parseArgumentsMethod · 0.80
getMockSupportMethod · 0.80
matchMethod · 0.80
containsNoCaseMethod · 0.80
assertCstrContainsMethod · 0.80
listTestGroupNamesMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

getBufferMethod · 0.80

Tested by 13

matchMethod · 0.64
assertCstrContainsMethod · 0.64
listTestGroupNamesMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64