IsControlTestForControlType() public method

Gets true if the test is ControlType test for ControlTypeName
public IsControlTestForControlType ( string ControlTypeName ) : bool
ControlTypeName string
return bool
Ejemplo n.º 1
0
 public override bool Fit(AutomationTest test)
 {
     return test.IsControlTestForControlType(this._controlTypeName);
 }
Ejemplo n.º 2
0
 public override bool Fit(AutomationTest test)
 {
     return(test.IsControlTestForControlType(this._controlTypeName));
 }