[]
单个命令测试选项类,包含测试所需的所有配置参数。
public class TestSingleCommandOptions
单个命令测试选项类,包含测试所需的所有配置参数。
public TestSingleCommandOptions()
build in key
public static readonly string TimeoutKey
| 类型 | 描述 |
|---|---|
| string |
build in key
public static readonly string UserNameKey
| 类型 | 描述 |
|---|---|
| string |
要展示的命令名称
public string CommandName { get; set; }
| 类型 | 描述 |
|---|---|
| string |
返回码变量名
public string ErrorCodeKey { get; set; }
| 类型 | 描述 |
|---|---|
| string |
要输入的参数
public Dictionary<string, TestCommandParam> Formulas { get; set; }
| 类型 | 描述 |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><string, TestCommandParam> |
返回值变量名
public string ResultKey { get; set; }
| 类型 | 描述 |
|---|---|
| string |
是否显示公式类型选择器
public bool ShowFormulaTypeSelector { get; set; }
| 类型 | 描述 |
|---|---|
| bool |
用于显示进度条的窗口实例
public Window Window { get; set; }
| 类型 | 描述 |
|---|---|
| System.Windows.Window |