测试页面表格增加对Call命令的适配

This commit is contained in:
2024-04-18 09:12:20 +08:00
parent 71ec6193ed
commit 240ce97c05
134 changed files with 14917 additions and 255 deletions

View File

@@ -28,7 +28,7 @@ Namespace UTSModule.Test.Command.SystemCommand
CommandReturn.RecordValue = String.Empty
CommandReturn.ExecuteResultTipString = $"未查询到[{_moduleName}]模块存在"
Else
Dim moduleResult As TestCommandReturn = tester.ExecuteModuleNode(rownode,_localVariable)
Dim moduleResult As TestCommandReturn = tester.ExecutePlan(rowNode, _localVariable)
CommandReturn.ExecuteResult = moduleResult.ExecuteResult
CommandReturn.RecordValue = String.Empty