更新:调用函数情况下,失败记录中FailMsg对变量的替换

This commit is contained in:
2024-05-14 00:19:47 +08:00
parent b277d97689
commit 985fec2287
21 changed files with 32 additions and 5 deletions

View File

@@ -198,7 +198,7 @@ Namespace UTSModule.Test
End If
steps.Append(node.RowListIndex)
msg.Append(node.Description)
msg.Append(node.Desc4Record)
msg.Append($" {node.TestReturn.RecordValue} ({node.TestReturn.LowerLimit},{node.TestReturn.UpperLimit})")
Next
dic.Add($"{TestLogTable.ColNames.FailSteps}", steps.ToString())