MCPcopy Create free account
hub / github.com/Uncodin/bypass / BOOST_FIXTURE_TEST_CASE

Function BOOST_FIXTURE_TEST_CASE

test/parser_tests.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38// Edge Cases ------------------------------------------------------------------
39
40BOOST_FIXTURE_TEST_CASE(parse_null, F) {
41 Document document = parser.parse(NULL);
42 BOOST_REQUIRE(document.size() == 0);
43}
44
45BOOST_FIXTURE_TEST_CASE(parse_empty, F) {
46 Document document = parser.parse(std::string(""));

Callers

nothing calls this directly

Calls 6

parseMethod · 0.80
getTextMethod · 0.80
attrSizeMethod · 0.80
sizeMethod · 0.45
getTypeMethod · 0.45
getAttributeMethod · 0.45

Tested by

no test coverage detected