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

Method addExcludeStrictNameFilter

src/CppUTest/CommandLineArguments.cpp:318–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void CommandLineArguments::addExcludeStrictNameFilter(int ac, const char *const *av, int& index)
319{
320 TestFilter* nameFilter = new TestFilter(getParameterField(ac, av, index, "-xsn"));
321 nameFilter->invertMatching();
322 nameFilter->strictMatching();
323 nameFilters_= nameFilter->add(nameFilters_);
324}
325
326void CommandLineArguments::addTestToRunBasedOnVerboseOutput(int ac, const char *const *av, int& index, const char* parameterName)
327{

Callers

nothing calls this directly

Calls 3

invertMatchingMethod · 0.80
strictMatchingMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected