ITypeConversions Interface

Summary

Provides simple type conversions for use in tests.
graph BT Type["ITypeConversions"] class Type type-node Implementing0["TestDocument"]-.->Type click Implementing0 "/api/Wyam.Testing.Documents/TestDocument" Implementing1["TestMetadata"]-.->Type click Implementing1 "/api/Wyam.Testing.Meta/TestMetadata" Implementing2["TestExecutionContext"]-.->Type click Implementing2 "/api/Wyam.Testing.Execution/TestExecutionContext"

Syntax

public interface ITypeConversions

Properties

Name Value Summary
TypeConversions Dictionary<(Type Value, Type Result), Func<Object, Object>>

Methods

GitHub