Summary
Executes the specified modules with the specified input documents 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<IDocument> inputs)
Parameters
Return Value
Type | Description |
---|---|
IReadOnlyList |
The result documents from the executed modules. |