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

Function TEST_METHOD

DAEValidator/tests/src/XmlNodeTests.cpp:25–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 TEST_METHOD(OperatorBool)
26 {
27 XmlNode null;
28 Assert::IsFalse(null);
29
30 XmlDoc doc;
31 doc.readFile(data_path("xml/file.dae"));
32 XmlNode root = doc.root();
33 Assert::IsTrue(root);
34 }
35
36 TEST_METHOD(OperatorIsEqual)
37 {

Callers

nothing calls this directly

Calls 15

data_pathFunction · 0.85
rootMethod · 0.80
childMethod · 0.80
firstChildMethod · 0.80
c_strMethod · 0.80
textMethod · 0.80
attributeMethod · 0.80
nsMethod · 0.80
hrefMethod · 0.80
childrenMethod · 0.80
lineMethod · 0.80
for_each_attributeMethod · 0.80

Tested by

no test coverage detected