GetEnumerator Method

Returns an enumerator that iterates through the TestGroups in the collection.

Type: TestCollection

Namespace: XJTAG.Integration.XJRunner

Syntax

public IEnumerator<TestGroup> GetEnumerator()

Return Value

System.Collections.Generic.IEnumerator<TestGroup>

A IEnumerator`1 that can be used to iterate through the collection.