📄 tut-2006-10-31.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 < > 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -