CxxTest / cxxtest

CxxTest Unit Testing Framework
http://cxxtest.com
GNU Lesser General Public License v3.0
165 stars 79 forks source link

Extending mocking capabilities #43

Open whart222 opened 12 years ago

whart222 commented 12 years ago

Improve function mock's. I think that cgreen could be a good model here.

I am thinking along the lines of having expectations and scripted return values.

www.lastcraft.com/cgreen.php

coolhandmook commented 12 years ago

If you're still looking around for inspiration, we use HippoMocks. Code is hosted at assembla.com. Development seems to have died off in the last year though.