Edit

Share via


TestIterationItem class

Namespace: Microsoft.Azure.Workflows.UnitTesting.Definitions

This class represents an item from a loop iteration, such as a For each loop or Until loop for a Standard logic app workflow during unit test execution. The class provides access to the current item, its index, and allows navigation to parent iterations in nested loops.

Properties

Name Description Type Required
Index The index of the iteration item int No
Item The iteration item JToken No
Parent The parent iteration item TestIterationItem No