10 Aug
2005
10 Aug
'05
7:46 p.m.
What happend with boost::unit_test::register_exception_translator?
I couldn't track it in the boost 1.33:( How to register custom exceptions? The documentation provides no hints:(
See custom_exception_test.cpp:
boost::unit_test::unit_test_monitor.register_exception_translator
( &my_exception_translator ); Sorry about docs. UTF docs were not updated completely.
Thanks a lot. Another question: there is no prebuild main and test main in unit test framework? Including "boost/test/included/unit_test_framework.hpp" is the only possibility? TIA -- Serge