MCPcopy Create free account
hub / github.com/comaps/comaps / UNIT_TEST

Function UNIT_TEST

libs/coding/coding_tests/xml_parser_tests.cpp:98–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98UNIT_TEST(XmlParser_SmokeTest)
99{
100 Dispatcher d;
101 TestXML(smokeXml, d);
102 d.TestAddAttrs({});
103 d.TestPushes({"root"});
104 d.TestPops({"root"});
105}
106
107UNIT_TEST(XmlParser_LongTest)
108{

Callers

nothing calls this directly

Calls 4

TestXMLFunction · 0.85
TestAddAttrsMethod · 0.80
TestPushesMethod · 0.80
TestPopsMethod · 0.80

Tested by

no test coverage detected