TestExecutionContext.

Module Property

Summary

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

Syntax

public IModule Module { get; set; }

Value

Type Description
IModule
GitHub