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

Method ExecFunctionWithoutParameters

src/CppUTest/Utest.cpp:689–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687}
688
689ExecFunctionWithoutParameters::ExecFunctionWithoutParameters(void(*testFunction)())
690 : testFunction_(testFunction)
691{
692}
693
694ExecFunctionWithoutParameters::~ExecFunctionWithoutParameters()
695{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected