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