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

Class ExecFunction

include/CppUTest/Utest.h:199–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197//////////////////// ExecFunction
198
199class ExecFunction
200{
201public:
202 ExecFunction();
203 virtual ~ExecFunction();
204
205 virtual void exec()=0;
206};
207
208class ExecFunctionWithoutParameters : public ExecFunction
209{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected