C# Class VisualUIAVerify.Features.ElementHighlighterFactory

this class implements AbstractFactory design pattern
Show file Open project: TestStack/UIAVerify

Public Methods

Method Description
CreateHighlighterById ( string id, AutomationElementTreeControl treeControl ) : ElementHighlighter

creates appropriate ElementHighLighter according to the id

Method Details

CreateHighlighterById() public static method

creates appropriate ElementHighLighter according to the id
public static CreateHighlighterById ( string id, AutomationElementTreeControl treeControl ) : ElementHighlighter
id string
treeControl VisualUIAVerify.Controls.AutomationElementTreeControl
return ElementHighlighter