命名空间:Microsoft.Azure.Workflows.UnitTesting.Definitions
此类表示循环迭代中的项,例如,在单元测试执行期间,标准逻辑应用工作流的 For each 循环或 Until 循环。 该类提供对当前项及其索引的访问权限,并允许导航到嵌套循环中的父迭代。
属性
名称 | DESCRIPTION | 类型 | 必选 |
---|---|---|---|
索引 | 迭代项的索引 | 整数 (int) | 否 |
条目 | 迭代项 | JToken | 否 |
家长 | 父迭代项 | TestIterationItem | 否 |
相关内容
- ActionMock 类定义
- TriggerMock 类定义
- TestActionExecutionContext 类定义
- TestExecutionContext 类定义
- TestErrorInfo 类定义
- TestErrorResponseAdditionalInfo 类定义
- TestWorkflowOutputParameter 类定义
- TestWorkflowRun 类定义
- TestWorkflowRunActionRepetitionResult 类定义
- TestWorkflowRunActionResult 类定义
- TestWorkflowRunTriggerResult 类定义
- TestWorkflowStatus 枚举定义
- UnitTestExecutor 类定义