Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/OpenCOLLADA
/ TEST_CLASS
Function
TEST_CLASS
DAEValidator/tests/src/XmlNodeSetTests.cpp:10–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
namespace opencollada_test
9
{
10
TEST_CLASS(XmlNodeSetTest)
11
{
12
public:
13
TEST_METHOD(DefaultConstructor)
14
{
15
XmlNodeSet nodes;
16
Assert::IsTrue(nodes.empty());
17
}
18
19
TEST_METHOD(MoveConstructor)
20
{
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected