$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2003-02-07 03:44:25
Gennadiy Rozental wrote:
> I would like to suggest the addition of the test tool
> BOOST_CHECK_NO_THROW to the boost test library. It's purpose should be
> obvious from the name and I think it would be quite handy when testing
> construction of objects.
>
> Why would you need that? It's already checked automatically. If exception is
> thrown, you will get the notificatinon from test monitor.
Because I would automatically get a nice message for each passed
constructor test. I prefer to run regression tests with the log level
set to "all".
Markus