TestExecutionContext.

ExecutionCache Property

Summary

Gets the current execution cache. Modules can use the cache to store data between executions.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Execution
Containing Type
TestExecutionContext

Syntax

public IExecutionCache ExecutionCache { get; set; }

Value

Type Description
IExecutionCache
GitHub