Re: Mocking framework mockeD

2020-07-29 Thread Atila Neves via Digitalmars-d-announce
On Wednesday, 29 July 2020 at 09:49:36 UTC, Martin Tschierschke wrote: On Wednesday, 29 July 2020 at 08:25:34 UTC, Eugene Wissner wrote: I'm happy to announce a new mocking library developed at Funkwerk. [...] https://github.com/funkwerk/mocked By searching for the exact definition of

Re: Mocking framework mockeD

2020-07-29 Thread Martin Tschierschke via Digitalmars-d-announce
On Wednesday, 29 July 2020 at 08:25:34 UTC, Eugene Wissner wrote: I'm happy to announce a new mocking library developed at Funkwerk. [...] https://github.com/funkwerk/mocked By searching for the exact definition of Mocking Framework I found the Wikipedia Page for it, so you might want to

Mocking framework mockeD

2020-07-29 Thread Eugene Wissner via Digitalmars-d-announce
I'm happy to announce a new mocking library developed at Funkwerk. Funkwerk maintained dmocks for some time, but dmocks had some design limitations, among others, that it relies on dynamic casts and runtime type information (by use of typeid). It was possible to construct expectations that