Select a tag to browse associated projects and drill deeper into the tag cloud.
Contributed features and third-party integration for Moq. Joining the Moq Contrib ProjectJust send an email to the Moq Discussions list asking to join.
MockItNow is a mocking framework for C++. For more details, please look here: http://www.rorydriscoll.com/mockitnow You can browse the source, or download a zip file with the source, examples and UnitTest++.
Adding in all the features I wished NMock had build in. Mocking EventsStub.On(mock_with_events).EventAdd("eventname", Is.Anything).Will(Remember.EventAdd); Stub.On(mock_with_events).EventRemove("eventname", Is.Anything).Will(Remember.EventRemove); // perform action that makes
This project provides facilities for unit testing C code that interfaces with the JVM using the JNI interface. Using the testing framework catches the numerous reference leaks that are easy to create when using JNI as well as validating all method parameters. This framework contains modified
A unit testing framework for C with mocking. cmocka only requires a test application is linked with the standard C library which minimizes conflicts with standard C library headers. It is the successor (fork) of cmockery.
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.