GlobalTestStepEditors Property |
Gets the test step editors from a Type
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static Dictionary<Type, Type> TestStepEditors { get; }
Public Shared ReadOnly Property TestStepEditors As Dictionary(Of Type, Type)
Get
public:
static property Dictionary<Type^, Type^>^ TestStepEditors {
Dictionary<Type^, Type^>^ get ();
}
static member TestStepEditors : Dictionary<Type, Type> with get
Property Value
Type:
DictionaryType,
Type
The Key of the Dictionary is a sub Type of
TestStepBase, the Value represents the Editor which is a sub type of
ModernContentSee Also