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

Method TextDiffReporter

ApprovalTests/reporters/TextDiffReporter.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace ApprovalTests
8{
9 TextDiffReporter::TextDiffReporter() : TextDiffReporter(std::cout)
10 {
11 }
12
13 TextDiffReporter::TextDiffReporter(std::ostream& stream) : stream_(stream)
14 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected