MCPcopy Create free account
hub / github.com/cpputest/cpputest / FakeOutput

Method FakeOutput

tests/CppUTest/CommandLineTestRunnerTest.cpp:301–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299struct FakeOutput
300{
301 FakeOutput() : SaveFOpen(PlatformSpecificFOpen), SaveFPuts(PlatformSpecificFPuts),
302 SaveFClose(PlatformSpecificFClose), SavePutchar(PlatformSpecificPutchar)
303 {
304 installFakes();
305 currentFake = this;
306 }
307
308 ~FakeOutput()
309 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected