TestExecutionContext.

Namespaces Property

Summary

Gets a set of namespaces that should be brought into scope for modules that perform dynamic compilation.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Execution
Containing Type
TestExecutionContext

Syntax

public IReadOnlyCollection<string> Namespaces { get; set; }

Value

Type Description
IReadOnlyCollection<string>
GitHub