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

Method DebugOutputWindowReporter

test/doctest.h:6445–6446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6443 DOCTEST_THREAD_LOCAL static std::ostringstream oss;
6444
6445 DebugOutputWindowReporter(const ContextOptions& co)
6446 : ConsoleReporter(co, oss) {}
6447
6448#define DOCTEST_DEBUG_OUTPUT_REPORTER_OVERRIDE(func, type, arg) \
6449 void func(type arg) override { \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected