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

Class ExecFunctionWithoutParameters

include/CppUTest/Utest.h:208–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206};
207
208class ExecFunctionWithoutParameters : public ExecFunction
209{
210public:
211 void (*testFunction_)();
212
213 ExecFunctionWithoutParameters(void(*testFunction)());
214 virtual ~ExecFunctionWithoutParameters() _destructor_override;
215
216 virtual void exec() _override;
217};
218
219//////////////////// ExecFunctionTestShell
220

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected