UnitTest++

47 Recommendations
0 Downloads (This Week)
Last Update:
Download unittest-cpp-1.4.zip
Browse All Files
Windows BSD Mac Linux

Description

UnitTest++ is a unit testing framework for C++ designed for simplicity and portability. Features include no explicit test registration, good crash handling, fixtures, rich condition-checking functionality, minimal footprint for embedded environments.

UnitTest++ Web Site

Categories

Testing

License

MIT License

Update Notifications





User Ratings

 
 
47
0
Write a Review

User Reviews

  • Posted by 于波 2012-11-27

    Very easy to setup, easy to write test cases, and build fast, that very good. But I'm not sure if it can provide the coverage report as CppUnit.

  • Posted by Max 2012-10-31

    fast download and works, recommended.

  • Posted by kumara kantheerava 2012-08-29

    I was using Boost.Test which took like 9 seconds to compile my testcase (coz Boost is template-heavy) but then I switched to UnitTest++ which compiles in 2.5 sec ! And changing all my existing Boost testcases was very trivial, just replace BOOST_CHECK( ) --> CHECK( ) and BOOST_CHECK_EQUAL( ) --> CHECK_EQUAL( ), and call RunAllTests( ) from main( ). Voila ! What speed-up ! Many thanks to the developers, I'm certainly going to recommend this to my friends and colleagues.

  • Posted by OpenID User 2012-04-18

    Very easy to use even for a beginner like me. Thank you!

  • Posted by Cam 2012-03-26

    fast download and works, recommended.

Read more reviews

Additional Project Details

Intended Audience

Developers

Programming Language

C++

Registered

2006-01-24

Icons must be PNG, GIF, or JPEG and less than 1 MiB in size. They will be displayed as 48x48 images.