>> Hi,
>>
>> I just finalized a mock library I've been working on for a couple of
>> weeks. I've tried to use as many C++11 and C++14 features as possible
>> for the best usability but the code could need a couple of fresh eyes
>> looking at it.
>>
>> Can I ask you to give your feedback about what you think? Please be
>> as picky as possible. Even commenting about where the curly braces
>> are put is ok. I also need comments about how easy it is to get
>> started and understand it, and last but not least; what features
>> would you like to see in a good mock library?
>>
>> The library is called Unimock, it's header-only and open source. You
>> find it at github.
>>
https://github.com/unimock-cpp/unimock
>>
>> A Hello World example is found in the wiki.
>>
https://github.com/unimock-cpp/unimock/wiki
>>
>
I added a step-by-step example showing how to use the mock in Unimock.