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





_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to