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

Class FunctionPointerUtestShell

tests/CppUTest/SetPluginTest.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66};
67
68class FunctionPointerUtestShell: public UtestShell
69{
70public:
71 virtual Utest* createTest()
72 {
73 return new FunctionPointerUtest();
74 }
75};
76
77TEST(SetPointerPluginTest, installTwoFunctionPointer)
78{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected