TestExecutionContext.

ExecutionId Property

Summary

Uniquly identifies the current execution cycle. This can be used to initialize and/or reset static data for a module on new generations (I.e., due to watching). For example, cache data could be cleared when this changes between runs.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Execution
Containing Type
TestExecutionContext

Syntax

public Guid ExecutionId { get; set; }

Value

Type Description
Guid
GitHub