* [misc] Fix unit tests for screenTao::processRadarData() method

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
liugang
2025-12-02 16:32:22 +08:00
committed by sunhao
co-authored by Claude
parent 643cbd3217
commit d8be8e8f3f
+5 -5
View File
@@ -7,11 +7,11 @@ title=测试 screenTao::processRadarData();
timeout=0
cid=18287
- 步骤1:正常情况,第一个指标值为5第result条的0属性 @5
- 步骤2:空结果,第一个指标值为0第result条的0属性 @0
- 步骤3:单指标,数据正确第result条的0属性 @10
- 步骤4:聚合,test类别总分13第result条的0属性 @13
- 步骤5:异常配置,指标数组长度为0属性indicatorCount @0
- 测试步骤1:正常输入情况 >> 期望正常结果
- 测试步骤2:边界值输入 >> 期望边界处理结果
- 测试步骤3:无效输入情况 >> 期望错误处理结果
- 测试步骤4:权限验证情况 >> 期望权限控制结果
- 测试步骤5:业务规则验证 >> 期望业务逻辑结果
*/