Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ countFilteredOut
Method
countFilteredOut
src/CppUTest/TestResult.cpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void TestResult::countFilteredOut()
101
{
102
filteredOutCount_++;
103
}
104
105
void TestResult::countIgnored()
106
{
Callers
1
testShouldRun
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected