📄 readme
字号:
This readme describes the plan for generating tests automaticallyfrom the description in the structured comment, along with some additional information. For each source file:1. Find the structured comment (/*@)2. Find the "Input Parameters" entry and read the parameters (lines starting with +, . and ending with -; single args use .3. Find the "Output Parameters" and match types as for input parameters4. For each input parameter, check the defined values (range) and generate test calls. E.g., for ravalude that should be non-negatiuve integers, make a call with a negative value.5. Use template for the start/end of the test program
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -