A pipeline with utility methods for easier testing.
- Namespace
- Statiq
.Testing - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IPipeline"]
click Interface0 "/api/Statiq.Common/IPipeline"
Type-.->Interface1["IReadOnlyPipeline"]
click Interface1 "/api/Statiq.Common/IReadOnlyPipeline"
Type["TestPipeline"]
class Type type-node
Syntax
public class TestPipeline : IPipeline, IReadOnlyPipeline
Constructors
Properties
| Name | Property Type | Summary |
|---|---|---|
| Dependencies | HashSet |
|
| DependencyOf | HashSet |
|
| Deployment | bool | |
| ExecutionPolicy | ExecutionPolicy | |
| InputModules | ModuleList | |
| Isolated | bool | |
| OutputModules | ModuleList | |
| Post |
bool | |
| PostProcessModules | ModuleList | |
| ProcessModules | ModuleList |