Boost C++ Libraries: Ticket #5586: Boost Test improvements https://svn.boost.org/trac10/ticket/5586 <p> Some things to improve: </p> <ol><li>Add colorful output like in <a class="missing wiki">GoogleTest</a>. </li><li>Print test timings. </li><li>Add option to stop test if it takes too much time to run. </li><li>Add option to throw exception if some check fails. </li><li>Add option to start debugger if some check fails. </li></ol><p> Thanx. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5586 Trac 1.4.3 anonymous Wed, 01 Jun 2011 11:48:47 GMT <link>https://svn.boost.org/trac10/ticket/5586#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5586#comment:1</guid> <description> <p> Also please add option to run test many times. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Gennadiy Rozental</dc:creator> <pubDate>Mon, 17 Oct 2011 03:30:41 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5586#comment:2 https://svn.boost.org/trac10/ticket/5586#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">worksforme</span> </li> </ul> <p> All of this is already supported but Boost.Test </p> <ol><li>--color_output </li><li>See log output </li><li>timeout for the test case </li><li>BOOST_REQUIRE_... </li><li>--auto_start_dbg </li></ol> Ticket