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

Function newArgumentParser

tests/CppUTest/CommandLineArgumentsTest.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 bool newArgumentParser(int argc, const char *const *argv)
65 {
66 args = new CommandLineArguments(argc, argv);
67 return args->parse(plugin);
68 }
69};
70
71TEST(CommandLineArguments, Create)

Callers 1

TESTFunction · 0.85

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected