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; }
Public Shared ReadOnly Property AssertionEditors As Dictionary(Of Type, Type)
Get
public:
static property Dictionary<Type^, Type^>^ AssertionEditors {
Dictionary<Type^, Type^>^ get ();
}
static member AssertionEditors : Dictionary<Type, Type> with 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
ModernContentSee Also