$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2007-09-25 15:24:45
Thomas Thorp <tthorp <at> ingersoll.com> writes:
> 
> I'm a newbie with boost and have some questions about unit testing-
> 
> 1 - In looking for documentation, I see that most of the sample links on the
> boost.org site for unit testing examples are dead.  Is there another place I
> can see them.
I am working on docs update.
Latest state can be found here:
http://www.patmedia.net/~rogeeff/html/index.html
 
> 2 - Is there a good tutorial on all of the features of boost testing?  It
> looks really good, but it seems to be really hard to follow.
Above documentation includes several tutorials
 
> 3 - Is there a way to test for 1.#QNAN in a floating point value?  This is
> part of my initialization sequence.  "BOOST_CHECK_EQUAL" results a failure.
Can you explain in more detailes fot exactly you need to check?
Gennadiy