| 66 | }; |
| 67 | |
| 68 | class FunctionPointerUtestShell: public UtestShell |
| 69 | { |
| 70 | public: |
| 71 | virtual Utest* createTest() |
| 72 | { |
| 73 | return new FunctionPointerUtest(); |
| 74 | } |
| 75 | }; |
| 76 | |
| 77 | TEST(SetPointerPluginTest, installTwoFunctionPointer) |
| 78 | { |
nothing calls this directly
no outgoing calls
no test coverage detected