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

Class ExecFunctionTest

include/CppUTest/Utest.h:186–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184class ExecFunctionTestShell;
185
186class ExecFunctionTest : public Utest
187{
188public:
189 ExecFunctionTest(ExecFunctionTestShell* shell);
190 void testBody() _override;
191 virtual void setup() _override;
192 virtual void teardown() _override;
193private:
194 ExecFunctionTestShell* shell_;
195};
196
197//////////////////// ExecFunction
198

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected