2.0 KiB
2.0 KiB
| 1 | 测试类型 | 测试套 | 测试用例 | 测试描述 |
|---|---|---|---|---|
| 2 | 软件包测试 | cppcheck-help | test_cppcheck-help_command_001 | 测试cppcheck-help命令的基本功能,确保命令可以正常执行并显示帮助信息。 |
| 3 | 软件包测试 | cppcheck-help | test_cppcheck-help_command_002 | 测试cppcheck-help命令的--version参数,确保命令可以正常执行并显示版本信息。 |
| 4 | 软件包测试 | cppcheck-help | test_cppcheck-help_command_003 | 测试cppcheck-help命令的--help参数,确保命令可以正常执行并显示详细的帮助信息。 |
| 5 | 软件包测试 | cppcheck-help | test_cppcheck-help_command_004 | 测试cppcheck-help命令的--verbose参数,确保命令可以正常执行并显示详细的输出信息。 |
| 6 | 软件包测试 | cppcheck-help | test_cppcheck-help_command_005 | 测试cppcheck-help命令的--quiet参数,确保命令可以正常执行并显示简化的输出信息。 |
| 7 | 软件包测试 | cppcheck-help | test_cppcheck-help_command_006 | 测试cppcheck-help命令的--language参数,确保命令可以正常执行并支持指定语言参数。 |
| 8 | 软件包测试 | cppcheck-help | test_cppcheck-help_command_008 | 测试cppcheck-help命令的--disable参数,确保命令可以正常执行并支持禁用指定检查项。 |
| 9 | 软件包测试 | cppcheck-help | test_cppcheck-help_command_009 | 测试cppcheck-help命令的--std参数,确保命令可以正常执行并支持指定标准参数。 |
| 10 | 软件包测试 | cppcheck-help | test_cppcheck-help_command_019 | 测试cppcheck-help命令的--max-configs参数,确保命令可以正常执行并支持指定最大配置数。 |
| 11 | 软件包测试 | cppcheck-help | test_cppcheck-help_command_020 | 测试cppcheck-help命令的--file-list参数,确保命令可以正常执行并支持从文件列表中读取输入文件。 |
| 12 | 软件包测试 | cppcheck-help | test_cppcheck-help_command_021 | 测试cppcheck-help命令的--library参数,确保命令可以正常执行并支持指定库文件。 |
| 13 | 软件包测试 | cppcheck-help | test_cppcheck-help_command_022 | 测试cppcheck-help命令的--project参数,确保命令可以正常执行并支持指定项目文件。 |