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

Function helperDoTestTeardown

src/CppUTest/Utest.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 static void helperDoTestTeardown(void* data)
96 {
97 ((Utest*)data)->teardown();
98 }
99
100 struct HelperTestRunInfo
101 {

Callers

nothing calls this directly

Calls 1

teardownMethod · 0.45

Tested by

no test coverage detected