Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ helperDoTestSetup
Function
helperDoTestSetup
src/CppUTest/Utest.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
extern
"C"
{
84
85
static void helperDoTestSetup(void* data)
86
{
87
((Utest*)data)->setup();
88
}
89
90
static void helperDoTestBody(void* data)
91
{
Callers
nothing calls this directly
Calls
1
setup
Method · 0.45
Tested by
no test coverage detected