MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / scopedElement

Method scopedElement

unittests/catch.hpp:11158–11162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11156 }
11157
11158 XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name ) {
11159 ScopedElement scoped( this );
11160 startElement( name );
11161 return scoped;
11162 }
11163
11164 XmlWriter& XmlWriter::endElement() {
11165 newlineIfNecessary();

Callers 8

writeGroupMethod · 0.80
writeSectionMethod · 0.80
writeAssertionMethod · 0.80
assertionEndedMethod · 0.80
sectionEndedMethod · 0.80
testCaseEndedMethod · 0.80
testGroupEndedMethod · 0.80
testRunEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected