You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
First of, let me just say that your program has made my job MUCH easier over the past month since I started using it, so kudos to you. I'm having an issue where I have created a mocked class and am attempting to use the mocked class in a unit test, however the test environment keeps using the base class. I have attempted to create the mock class in two ways:
using MOCK_BASE_CLASS
creating the class normally, but calling MOCK_METHOD for each function I am mocking
I have done this for several other classes and those mock objects still work perfectly fine, however this class is behaving strangely. Do you have any advice on how to proceed?
The text was updated successfully, but these errors were encountered:
Hi there,
First of, let me just say that your program has made my job MUCH easier over the past month since I started using it, so kudos to you. I'm having an issue where I have created a mocked class and am attempting to use the mocked class in a unit test, however the test environment keeps using the base class. I have attempted to create the mock class in two ways:
I have done this for several other classes and those mock objects still work perfectly fine, however this class is behaving strangely. Do you have any advice on how to proceed?
The text was updated successfully, but these errors were encountered: