Property | Type | Description | |
---|---|---|---|
Method | |||
TestCaseAttribute | Microsoft.Test.UIAutomation.TestManager.TestCaseAttribute |
Method | Description | |
---|---|---|
AutomationTest ( AutomationTest originalTest, TestPriorities testPriority, TestTypes testType ) : System |
initializes new instance with the testPriority and testType
|
|
AutomationTest ( Microsoft.Test.UIAutomation.TestManager testCaseAttribute, |
initializes new instance, extracts test priority and test type
|
|
Equals ( object obj ) : bool |
this method is used for comparison of two instances of automation tests. Two tests are consideded equal if both are the same method of the same class and there is assigned the same TestType.
|
|
GetHashCode ( ) : int |
have to override because the compiler warning which is treated as error
|
|
IsControlTestForControlType ( string ControlTypeName ) : bool |
Gets true if the test is ControlType test for ControlTypeName
|
|
IsPatternTestForSupportedPatterns ( string PatternName ) : bool |
Gets true if the test is Pattern test for PatternName
|
Method | Description | |
---|---|---|
ExtractTestType ( ) : void |
This method extracts test type of the test.
|
|
ReadTestPriority ( ) : void |
This method translates WUILib.TestCaseAttribute.Priority to TestPriority enum value.
|
public AutomationTest ( AutomationTest originalTest, TestPriorities testPriority, TestTypes testType ) : System | ||
originalTest | AutomationTest | |
testPriority | TestPriorities | |
testType | TestTypes | |
return | System |
public AutomationTest ( Microsoft.Test.UIAutomation.TestManager testCaseAttribute, |
||
testCaseAttribute | Microsoft.Test.UIAutomation.TestManager | |
method | ||
return | System |
public IsControlTestForControlType ( string ControlTypeName ) : bool | ||
ControlTypeName | string | |
return | bool |
public IsPatternTestForSupportedPatterns ( string PatternName ) : bool | ||
PatternName | string | |
return | bool |
public MethodInfo,System.Reflection Method | ||
return |
public TestCaseAttribute,Microsoft.Test.UIAutomation.TestManager TestCaseAttribute | ||
return | Microsoft.Test.UIAutomation.TestManager.TestCaseAttribute |