Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
332
TEST_GROUP(JUnitOutputTest)
Callers
nothing calls this directly
Calls
1
close
Method · 0.80
Tested by
no test coverage detected