TestExecutionContext.

TypeConversions Property

Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Execution
Containing Type
TestExecutionContext

Syntax

public Dictionary<(Type Value, Type Result), Func<Object, Object>> TypeConversions { get; }

Value

Type Description
Dictionary<(Type Value, Type Result), Func<Object, Object>>
GitHub