TestExecutionContext.

Pipeline Property

Summary

Gets the currently executing pipeline.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Execution
Containing Type
TestExecutionContext

Syntax

public IReadOnlyPipeline Pipeline { get; set; }

Value

Type Description
IReadOnlyPipeline
GitHub