Summary
Executes the specified modules with an empty initial input document with optional additional metadata and returns the result documents.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .Execution - Containing Type
- TestExecutionContext
Syntax
public IReadOnlyList<IDocument> Execute(IEnumerable<IModule> modules, IEnumerable<MetadataItem> items)
Parameters
Name | Type | Description |
---|---|---|
modules | IEnumerable |
The modules to execute. |
items | IEnumerable |
Return Value
Type | Description |
---|---|
IReadOnlyList |
The result documents from the executed modules. |