tut-2006-10-31.xml
来自「VC源码,开源测试工具.有助于VC++的学习与开发」· XML 代码 · 共 36 行
XML
36 行
<?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 < > template < > void my_object_tests::test < 1 > () { set_test_name("test basic scenario"); ... }</pre> If the test fails the test name will appear in the test report, e.g.:<pre> ---> group: my_object_tests, test: test<1> : 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 + =
减小字号Ctrl + -
显示快捷键?