MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / subcase_start

Method subcase_start

tests/framework/src/doctest.cpp:2497–2503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2495 }
2496
2497 void subcase_start(const SubcaseSignature& in) override {
2498 xml.startElement("SubCase")
2499 .writeAttribute("name", in.m_name)
2500 .writeAttribute("filename", skipPathFromFilename(in.m_file))
2501 .writeAttribute("line", line(in.m_line));
2502 xml.ensureTagClosed();
2503 }
2504
2505 void subcase_end() override { xml.endElement(); }
2506

Callers

nothing calls this directly

Calls 3

skipPathFromFilenameFunction · 0.85
ensureTagClosedMethod · 0.80
lineClass · 0.50

Tested by

no test coverage detected