Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
TEST(CommandLineArguments, Create)
Callers
1
TEST
Function · 0.85
Calls
1
parse
Method · 0.80
Tested by
no test coverage detected