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
Is there any official samples codes laying around somewhere? Seems like it's common problem that people are running into potentially bad sample codes on the internet.
The code has the following lines IBar *barMock = mocks.InterfaceMock<IBar>(); but i can't actually find any reference of InterfaceMock on github and it's also not compiling. Is this function deprecated or something?
Thanks
GC
The text was updated successfully, but these errors were encountered:
Hi,
Is there any official samples codes laying around somewhere? Seems like it's common problem that people are running into potentially bad sample codes on the internet.
I following one on https://app.assembla.com/spaces/hippomocks/wiki/Tutorial_3_0. Pages says it was last updated by @dascandy.
The code has the following lines
IBar *barMock = mocks.InterfaceMock<IBar>();
but i can't actually find any reference of InterfaceMock on github and it's also not compiling. Is this function deprecated or something?Thanks
GC
The text was updated successfully, but these errors were encountered: