Click or drag to resize

GlobalAssertionEditors Property

Gets the assertion editors from a Type (AbstractAssertion)

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Dictionary<Type, Type> AssertionEditors { get; }

Property Value

Type: DictionaryType, Type
The Key of the Dictionary is a sub Type of AbstractAssertion, the Value represents the Editor which is a sub type of ModernContent
See Also