MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / scopedElement

Method scopedElement

Bcore/src/main/cpp/Dobby/tests/catch.hpp:11070–11074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11068}
11069
11070XmlWriter::ScopedElement XmlWriter::scopedElement(std::string const &name) {
11071 ScopedElement scoped(this);
11072 startElement(name);
11073 return scoped;
11074}
11075
11076XmlWriter &XmlWriter::endElement() {
11077 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