⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tut-2006-10-31.xml

📁 VC源码,开源测试工具.有助于VC++的学习与开发
💻 XML
字号:
<?xml version="1.0"?><changes><p>	Today's update is the work of a new TUT's contributor, Denis Kononenko.</p><p>	Jamfile added to build TUT Framework using	<a href="http://boost.sourceforge.net/boost-build2/">Boost Build System V2.</a>	It builds TUT itself and automatically executes the selftest. 	Further enchancements are coming soon.</p><p>  New functionality is added: now we can optionally specify the test name right from inside the test.<pre>    template &lt;&nbsp;&gt; template &lt;&nbsp;&gt;     void my_object_tests::test &lt; 1 &gt; ()     {         set_test_name("test basic scenario");         ...     }</pre>	If the test fails the test name will appear in the test report, e.g.:<pre>    ---&gt; group: my_object_tests, test: test&lt;1&gt; : test basic scenario          problem: assertion failed          failed assertion: "not implemented"</pre></p><p>	Also a custom reporter can retrieve the test name using <code>tut::test_result::name</code> member.</p><p>  	Minor fix: TUT selftest didn't exit with code 0 if there have been failed tests.</p></changes>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -