The Artima Developer Community
Sponsored Link

C++ Community News Forum
Mock Objects for C++ v1.10.0 Released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ewald Arnold

Posts: 2
Nickname: ewald
Registered: Oct, 2005

Mock Objects for C++ v1.10.0 Released Posted: Nov 20, 2005 11:13 AM
Reply to this message Reply
Summary
This release introduces a set of template classes to replace the macros needed so far to create and influence mock objects.
Advertisement

The basic working method does not change, but it should be easier now to work with mockpp. Additionally several issues have been fixed.

About mockpp:

mockpp is a platform independent generic unit testing framework for C++. It's goal is to facilitate developing unit tests in the spirit of Mock Objects for Java, EasyMock and jMock.

Mock objects allow you to set up exactly predictible behaviour to help you test your production code by emulating some functionality your code depends on.

Mockpp is tested with CppUnit but should work with other testing frameworks as well.

For more information see http://mockpp.sourceforge.net.

Topic: McObject Integrates eXtremeDB with I-Logix’s Rhapsody MDD Environment Previous Topic   Next Topic Topic: Code::Blocks 1.0 Release Candidate 2

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use