Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/OpenCOLLADA
/ TEST_CLASS
Function
TEST_CLASS
DAEValidator/tests/src/UriTests.cpp:28–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
};
27
28
TEST_CLASS(UriTest)
29
{
30
public:
31
TEST_METHOD(DefaultConstructor)
32
{
33
Uri uri;
34
Assert::IsTrue(uri.empty());
35
Assert::IsFalse(uri.isValid());
36
}
37
38
TEST_METHOD(ConstructorString)
39
{
Callers
nothing calls this directly
Calls
2
empty
Method · 0.45
isValid
Method · 0.45
Tested by
no test coverage detected