TestExecutionContext.

GetEnumerator() Method

Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Execution
Containing Type
TestExecutionContext

Syntax

public IEnumerator<KeyValuePair<string, Object>> GetEnumerator()

Return Value

Type Description
IEnumerator<KeyValuePair<string, Object>>
GitHub