MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / scopedElement

Method scopedElement

tests/catch.hpp:12676–12680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12674 }
12675
12676 XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name ) {
12677 ScopedElement scoped( this );
12678 startElement( name );
12679 return scoped;
12680 }
12681
12682 XmlWriter& XmlWriter::endElement() {
12683 newlineIfNecessary();

Callers 9

testRunStartingMethod · 0.80
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