MCPcopy 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

83extern "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

setupMethod · 0.45

Tested by

no test coverage detected