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

Function BOOST_FIXTURE_TEST_CASE

test/document_tests.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38};
39
40BOOST_FIXTURE_TEST_CASE(document_initial_size, F) {
41 BOOST_REQUIRE(document.size() == 0);
42}
43
44BOOST_FIXTURE_TEST_CASE(document_append_single, F) {
45 Element element;

Callers

nothing calls this directly

Calls 4

setTextMethod · 0.80
getTextMethod · 0.80
sizeMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected