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

Method parseArguments

tests/CppUTest/CommandLineArgumentsTest.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 {
41 }
42 bool parseArguments(int /*ac*/, const char *const * /*av*/, int /*index*/) _override
43 {
44 return true;
45 }
46};
47
48TEST_GROUP(CommandLineArguments)

Callers 2

setupFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected