User Ratings

 
 
47
0

Rate UnitTest++

How would you rate UnitTest++?





Express yourself: log in to 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