MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / TEST_METHOD

Function TEST_METHOD

DAEValidator/tests/src/XmlSchemaTests.cpp:19–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 TEST_METHOD(MoveConstructor)
20 {
21 XmlSchema s1;
22 s1.readFile(data_path("xml/COLLADAPhysX3Schema.xsd"));
23 Assert::IsTrue(s1);
24
25 XmlSchema s2 = move(s1);
26 Assert::IsFalse(s1);
27 Assert::IsTrue(s2);
28 }
29
30 TEST_METHOD(Destructor)
31 {

Callers

nothing calls this directly

Calls 6

data_pathFunction · 0.85
c_strMethod · 0.80
strMethod · 0.80
failedToLoadMethod · 0.80
readFileMethod · 0.45
validateMethod · 0.45

Tested by

no test coverage detected