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

Method restoreOriginals

tests/CppUTest/CommandLineTestRunnerTest.cpp:322–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320 }
321
322 void restoreOriginals()
323 {
324 PlatformSpecificPutchar = SavePutchar;
325 PlatformSpecificFOpen = SaveFOpen;
326 PlatformSpecificFPuts = SaveFPuts;
327 PlatformSpecificFClose = SaveFClose;
328 }
329
330 static PlatformSpecificFile fopen_fake(const char*, const char*)
331 {

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected