GetEnumerator method
You can use this enumerator to iterate over all the test results of this run.
Syntax
IEnumerator<TestResultContainer> value = obj.GetEnumerator();
Parameters
This method does not take any parameters.Return value
- Type: IEnumerator<TestResultContainer>