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

Method ExecFunctionTestShell

include/CppUTest/Utest.h:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 ExecFunction* testFunction_;
227
228 ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :
229 UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR)
230 {
231 }
232
233 Utest* createTest() _override { return new ExecFunctionTest(this); }
234 virtual ~ExecFunctionTestShell() _destructor_override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected