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

Method addNameFilter

src/CppUTest/CommandLineArguments.cpp:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void CommandLineArguments::addNameFilter(int ac, const char *const *av, int& i)
299{
300 TestFilter* nameFilter = new TestFilter(getParameterField(ac, av, i, "-n"));
301 nameFilters_ = nameFilter->add(nameFilters_);
302}
303
304void CommandLineArguments::addStrictNameFilter(int ac, const char *const *av, int& index)
305{

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected