Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
TEST_GROUP(CommandLineArguments)
Callers
2
setup
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected