Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getIgnoredCount
Method
getIgnoredCount
include/CppUTest/TestResult.h:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
return filteredOutCount_;
79
}
80
size_t getIgnoredCount() const
81
{
82
return ignoredCount_;
83
}
84
size_t getFailureCount() const
85
{
86
return failureCount_;
Callers
2
getIgnoreCount
Method · 0.80
printTestsEnded
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected