MCPcopy Create free account
hub / github.com/approvals/ApprovalTests.cpp / DocTestReporter

Class DocTestReporter

examples/out_of_source/DocTestReporter.h:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace ApprovalTests
5{
6 class DocTestReporter : public Reporter
7 {
8 public:
9 bool report(std::string received, std::string approved) const override;
10 };
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected