Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/OpenCOLLADA
/ TEST_METHOD
Function
TEST_METHOD
DAEValidator/tests/src/DaeValidatorLibraryTests.cpp:19–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
TEST_METHOD(MainBadArg)
20
{
21
char* argv[] = {
22
"DAEValidator.exe"
,
23
"--bad-arg"
24
};
25
int result = main(sizeof(argv) / sizeof(argv[0]), argv);
26
Assert::AreEqual(1, result);
27
}
28
29
TEST_METHOD(MainDae)
30
{
Callers
nothing calls this directly
Calls
3
data_path
Function · 0.85
c_str
Method · 0.80
main
Function · 0.50
Tested by
no test coverage detected