MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / ConsoleReporter

Method ConsoleReporter

Tests/Doctest/Include/doctest.h:5970–5972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5968 const TestCaseData* tc;
5969
5970 ConsoleReporter(const ContextOptions& co)
5971 : s(*co.cout)
5972 , opt(co) {}
5973
5974 ConsoleReporter(const ContextOptions& co, std::ostream& ostr)
5975 : s(ostr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected