Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ assertPrintContainsNot
Method
assertPrintContainsNot
src/CppUTest/TestTestingFixture.cpp:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
void TestTestingFixture::assertPrintContainsNot(const SimpleString& contains)
164
{
165
CHECK(! getOutput().contains(contains));
166
}
167
168
169
const SimpleString& TestTestingFixture::getOutput()
Callers
1
TEST
Function · 0.80
Calls
1
contains
Method · 0.80
Tested by
no test coverage detected