The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Comparing C++ unit testing frameworks

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
Roy Osherove

Posts: 1807
Nickname: royo
Registered: Sep, 2003

Roy Osherove is a .Net consultant based in Israel
Comparing C++ unit testing frameworks Posted: Dec 31, 2004 10:03 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Roy Osherove.
Original Post: Comparing C++ unit testing frameworks
Feed Title: ISerializable
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rosherove/Rss.aspx
Feed Description: Roy Osherove's persistent thoughts
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Roy Osherove
Latest Posts From ISerializable

Advertisement
Noel Llopis writes on the TDD mailing list:
 
I just had to choose a unit-testing framework for a new project at work, so
I went ahead and evaluated some of the major contenders for C++: CppUnit,
Boost.Test, CppUnitLite, NanoCppUnit, Unit++, and CxxUnit.
 
If anybody is interested in checking it out, I wrote a comparison of the
frameworks and my conclusions here:
http://www.gamesfromwithin.com/articles/0412/000061.html
 
I welcome any comments either through the list, private email, or directly
in the blog.
Cheers.
 

--Noel
Games from Within
http://www.gamesfromwithin.com
 
 
I haven't read it all through yet, but it seems pretty comprehensive and interesting.
 
The big winner in this article is a total surprise: CxxTest. What's the big surprise? It actually uses PERL under the convers to provide an easy to use syntax that is used as the basis for generating C++ test classes on your code. Pretty cool, actually. Here's a part on this cool finding from the article:

"After looking into a framework that tried to be different from XUnit (Unit++), I wasn't particularly looking forward to evaluating possibly the most wacky one of them all, CxxTest. I had never heard of it until a few days ago, but I knew that it required using Perl along the way to generate some C++ code. My spider senses were tingling.

Boy was I wrong!! Within minutes of using CxxTest and reading through its great documentation (the best by far), I was completely convinced this was the way to go. This came as a complete surprise to me since I was ready to leave somewhat dissatisfied and pronounce a victor between CppUnit and CppUnitLite."

Read: Comparing C++ unit testing frameworks

Topic: My Reply to Scoble on the Asian Quake Previous Topic   Next Topic Topic: The Biased American Media

Sponsored Links



Google
  Web Artima.com   

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