Свойство | Тип | Описание | |
---|---|---|---|
Method | |||
TestCaseAttribute | Microsoft.Test.UIAutomation.TestManager.TestCaseAttribute |
Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
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 | |
Результат | System |
public AutomationTest ( Microsoft.Test.UIAutomation.TestManager testCaseAttribute, |
||
testCaseAttribute | Microsoft.Test.UIAutomation.TestManager | |
method | ||
Результат | System |
public IsControlTestForControlType ( string ControlTypeName ) : bool | ||
ControlTypeName | string | |
Результат | bool |
public IsPatternTestForSupportedPatterns ( string PatternName ) : bool | ||
PatternName | string | |
Результат | bool |
public MethodInfo,System.Reflection Method | ||
Результат |
public TestCaseAttribute,Microsoft.Test.UIAutomation.TestManager TestCaseAttribute | ||
Результат | Microsoft.Test.UIAutomation.TestManager.TestCaseAttribute |