MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / ensureTagClosed

Method ensureTagClosed

extlibs/catch/include/catch/catch.hpp:14928–14933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14926 }
14927
14928 void XmlWriter::ensureTagClosed() {
14929 if( m_tagIsOpen ) {
14930 m_os << ">" << std::endl;
14931 m_tagIsOpen = false;
14932 }
14933 }
14934
14935 void XmlWriter::writeDeclaration() {
14936 m_os << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";

Callers 2

testCaseStartingMethod · 0.80
sectionStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected