MCPcopy Create free account
hub / github.com/Compaile/ctrack / subcase_start

Method subcase_start

test/doctest.h:5612–5618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5610 }
5611
5612 void subcase_start(const SubcaseSignature& in) override {
5613 xml.startElement("SubCase")
5614 .writeAttribute("name", in.m_name)
5615 .writeAttribute("filename", skipPathFromFilename(in.m_file))
5616 .writeAttribute("line", line(in.m_line));
5617 xml.ensureTagClosed();
5618 }
5619
5620 void subcase_end() override { xml.endElement(); }
5621

Callers

nothing calls this directly

Calls 2

skipPathFromFilenameFunction · 0.85
ensureTagClosedMethod · 0.80

Tested by

no test coverage detected