Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
bool TestTestingFixture::hasTestFailed()
154
{
155
return genTest_->hasFailed();
156
}
157
158
void TestTestingFixture::assertPrintContains(const SimpleString& contains)
159
{
Callers
1
TEST
Function · 0.80
Calls
1
hasFailed
Method · 0.45
Tested by
no test coverage detected