Open gchen88 opened 6 years ago
One can find the old (but more recent than assembla) wiki, which was on http://www.hippomocks.com until it wasn't... on the wayback machine here. https://web.archive.org/web/20190824193933/http://hippomocks.com/Main_Page This is related to https://github.com/dascandy/hippomocks/issues/98
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