MCPcopy 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
45TestFilter* TestFilter::add(TestFilter* filter)
46{
47 next_ = filter;
48 return this;
49}
50
51TestFilter* TestFilter::getNext() const
52{

Callers 12

addGroupFilterMethod · 0.45
addGroupDotNameFilterMethod · 0.45
addStrictGroupFilterMethod · 0.45
addExcludeGroupFilterMethod · 0.45
addNameFilterMethod · 0.45
addStrictNameFilterMethod · 0.45
addExcludeNameFilterMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected