Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ mockFPuts
Function
mockFPuts
tests/CppUTest/JUnitOutputTest.cpp:321–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
static void mockFPuts(const char* str, PlatformSpecificFile file)
322
{
323
((FileForJUnitOutputTests*)file)->write(str);
324
}
325
326
static void mockFClose(PlatformSpecificFile file)
327
{
Callers
nothing calls this directly
Calls
1
write
Method · 0.80
Tested by
no test coverage detected