I\'m having a crash in the following code:
class ITest { virtual void test(){}; }; void doNothing(){} class TestMock: ITest { public: MOCK_METHOD