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

Function mockFClose

tests/CppUTest/JUnitOutputTest.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324 }
325
326 static void mockFClose(PlatformSpecificFile file)
327 {
328 ((FileForJUnitOutputTests*)file)->close();
329 }
330}
331
332TEST_GROUP(JUnitOutputTest)

Callers

nothing calls this directly

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected