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

Method JUnitReporter

test/doctest.h:5823–5825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5821 const TestCaseData* tc = nullptr;
5822
5823 JUnitReporter(const ContextOptions& co)
5824 : xml(*co.cout)
5825 , opt(co) {}
5826
5827 unsigned line(unsigned l) const { return opt.no_line_numbers ? 0 : l; }
5828

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected