readme
来自「VC源码,开源测试工具.有助于VC++的学习与开发」· 代码 · 共 15 行
TXT
15 行
TUT Selftest README===================NB: If you're here looking for an example of how to use TUT framework,it's the wrong place: testing TUT using TUT itself produces messedcode where one test runner controls lifecycle of another, and testsof outer runner are mixed with tests of inner. Selftest is a VERYspecial case, so you'd better look into example/ directory.TUT Selftest is to show that TUT framework works correctly under your combination of platform and compiler (or to show opposite). Inany case you'll get a deterministic answer. TUT is considered as workingIF AND ONLY IF all tests of Selftest are passed, no exceptions and nofailures encountered.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?