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
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