MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / IsNotSubstring

Function IsNotSubstring

tests/external/gmock-1.7.0/gtest/src/gtest.cc:1295–1299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1293}
1294
1295AssertionResult IsNotSubstring(
1296 const char* needle_expr, const char* haystack_expr,
1297 const char* needle, const char* haystack) {
1298 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1299}
1300
1301AssertionResult IsNotSubstring(
1302 const char* needle_expr, const char* haystack_expr,

Callers 1

TESTFunction · 0.50

Calls 1

IsSubstringImplFunction · 0.70

Tested by

no test coverage detected