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

Method parseAllArguments

src/CppUTest/TestPlugin.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63bool TestPlugin::parseAllArguments(int ac, char** av, int index)
64{
65 return parseAllArguments(ac, const_cast<const char *const *> (av), index);
66}
67
68bool TestPlugin::parseAllArguments(int ac, const char *const *av, int index)
69{

Callers 2

parseMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected