TestExecutionContext.

Documents Property

Summary

Gets the collection of all previously processed documents.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Execution
Containing Type
TestExecutionContext

Syntax

public IDocumentCollection Documents { get; set; }

Value

Type Description
IDocumentCollection
GitHub