Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What do you think about my new mock library?

46 views
Skip to first unread message

DeMarcus

unread,
Apr 3, 2015, 8:07:53 AM4/3/15
to
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


Thanks!
Daniel

Melzzzzz

unread,
Apr 3, 2015, 10:58:13 PM4/3/15
to
I can't figure out what to do with it....

DeMarcus

unread,
Apr 5, 2015, 7:11:37 AM4/5/15
to
>> 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 can't figure out what to do with it....
>

I added a step-by-step example showing how to use the mock in Unimock.
Hope this clarifies its interface a bit.

https://github.com/unimock-cpp/unimock/blob/master/examples/ChefRobot/Main.cc

Br,
Daniel

0 new messages