MCPcopy Create free account
hub / github.com/cpputest/cpputest / hasTestFailed

Method hasTestFailed

src/CppUTest/TestTestingFixture.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153bool TestTestingFixture::hasTestFailed()
154{
155 return genTest_->hasFailed();
156}
157
158void TestTestingFixture::assertPrintContains(const SimpleString& contains)
159{

Callers 1

TESTFunction · 0.80

Calls 1

hasFailedMethod · 0.45

Tested by

no test coverage detected