MCPcopy 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
163void TestTestingFixture::assertPrintContainsNot(const SimpleString& contains)
164{
165 CHECK(! getOutput().contains(contains));
166}
167
168
169const SimpleString& TestTestingFixture::getOutput()

Callers 1

TESTFunction · 0.80

Calls 1

containsMethod · 0.80

Tested by

no test coverage detected