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

Function helperDoTestBody

src/CppUTest/Utest.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 static void helperDoTestBody(void* data)
91 {
92 ((Utest*)data)->testBody();
93 }
94
95 static void helperDoTestTeardown(void* data)
96 {

Callers

nothing calls this directly

Calls 1

testBodyMethod · 0.45

Tested by

no test coverage detected