Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ add
Method
add
src/CppUTest/TestFilter.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
TestFilter* TestFilter::add(TestFilter* filter)
46
{
47
next_ = filter;
48
return this;
49
}
50
51
TestFilter* TestFilter::getNext() const
52
{
Callers
12
addGroupFilter
Method · 0.45
addGroupDotNameFilter
Method · 0.45
addStrictGroupFilter
Method · 0.45
addExcludeGroupFilter
Method · 0.45
addExcludeStrictGroupFilter
Method · 0.45
addNameFilter
Method · 0.45
addStrictNameFilter
Method · 0.45
addExcludeNameFilter
Method · 0.45
addExcludeStrictNameFilter
Method · 0.45
addTestToRunBasedOnVerboseOutput
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected