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

Method addExcludeStrictGroupFilter

src/CppUTest/CommandLineArguments.cpp:290–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void CommandLineArguments::addExcludeStrictGroupFilter(int ac, const char *const *av, int& i)
291{
292 TestFilter* groupFilter = new TestFilter(getParameterField(ac, av, i, "-xsg"));
293 groupFilter->strictMatching();
294 groupFilter->invertMatching();
295 groupFilters_ = groupFilter->add(groupFilters_);
296}
297
298void CommandLineArguments::addNameFilter(int ac, const char *const *av, int& i)
299{

Callers

nothing calls this directly

Calls 3

strictMatchingMethod · 0.80
invertMatchingMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected