MCPcopy Create free account
hub / github.com/cpputest/cpputest / addGroupFilter

Method addGroupFilter

src/CppUTest/CommandLineArguments.cpp:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void CommandLineArguments::addGroupFilter(int ac, const char *const *av, int& i)
258{
259 TestFilter* groupFilter = new TestFilter(getParameterField(ac, av, i, "-g"));
260 groupFilters_ = groupFilter->add(groupFilters_);
261}
262
263bool CommandLineArguments::addGroupDotNameFilter(int ac, const char *const *av, int& i)
264{

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected