Re: Problem with mocks generating

The problem was that I had #include "generated/TrackerRequestSessionStatusMock.h" instead of #include "generated/TrackerRequestSessionMock.h" in the TrackerRequestSessionTest file.

Thanks again for help and fast reply!

Petr

Would you like to post a relpy?


This post is a reply to:
Re: Problem with mocks generating
Hi Petr, A header file might contain multiple classes and a single Mock.h file will be generated containing multiple classes as well. You only need to include generated/TrackerRequestSessionMock.h in your test module (more...)

No follow-ups yet.