C# Class UIAutomationUnitTests.RealCodeCaller

Description of RealCodeCaller.
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
GetResultList_ExactSearch ( IUiElement element, Condition conditions, Hashtable searchCriteria ) : List
GetResultList_GetWindowCollectionByPid ( IUiElement rootElement, WindowSearcherData data ) : List
GetResultList_ReturnOnlyRightElements ( IEnumerable elements, ControlSearcherData data, bool useWildcardOrRegex ) : List
GetResultList_TextSearch ( IUiElement element, Condition conditions ) : List
GetResultList_ViaWildcards ( IUiElement element, Condition condition, ControlSearcherData data ) : List
GetResultList_ViaWildcards_Legacy ( IUiElement element, Condition condition, ControlSearcherData data ) : List
GetResult_IsStepActive ( Hashtable searchCriteria, IUiEltCollection elements ) : bool
SearchByContainsTextViaWin32 ( IUiElement inputObject, string containsText, string controlTypeNames, IEnumerable collection, IEnumerable handles ) : List
Win32Gateway_GetElements_NullControlSearcherDataInput ( IUiElement rootElement, IUiElement elements, IEnumerable handles, string searchString ) : List
Win32Gateway_GetElements_WithControlSearcherDataInput ( IUiElement rootElement, IUiElement elements, IEnumerable handles, string searchString ) : List

Method Details

GetResultList_ExactSearch() public static méthode

public static GetResultList_ExactSearch ( IUiElement element, Condition conditions, Hashtable searchCriteria ) : List
element IUiElement
conditions System.Windows.Automation.Condition
searchCriteria System.Collections.Hashtable
Résultat List

GetResultList_GetWindowCollectionByPid() public static méthode

public static GetResultList_GetWindowCollectionByPid ( IUiElement rootElement, WindowSearcherData data ) : List
rootElement IUiElement
data UIAutomation.WindowSearcherData
Résultat List

GetResultList_ReturnOnlyRightElements() public static méthode

public static GetResultList_ReturnOnlyRightElements ( IEnumerable elements, ControlSearcherData data, bool useWildcardOrRegex ) : List
elements IEnumerable
data ControlSearcherData
useWildcardOrRegex bool
Résultat List

GetResultList_TextSearch() public static méthode

public static GetResultList_TextSearch ( IUiElement element, Condition conditions ) : List
element IUiElement
conditions System.Windows.Automation.Condition
Résultat List

GetResultList_ViaWildcards() public static méthode

public static GetResultList_ViaWildcards ( IUiElement element, Condition condition, ControlSearcherData data ) : List
element IUiElement
condition System.Windows.Automation.Condition
data ControlSearcherData
Résultat List

GetResultList_ViaWildcards_Legacy() public static méthode

public static GetResultList_ViaWildcards_Legacy ( IUiElement element, Condition condition, ControlSearcherData data ) : List
element IUiElement
condition System.Windows.Automation.Condition
data ControlSearcherData
Résultat List

GetResult_IsStepActive() public static méthode

public static GetResult_IsStepActive ( Hashtable searchCriteria, IUiEltCollection elements ) : bool
searchCriteria System.Collections.Hashtable
elements IUiEltCollection
Résultat bool

SearchByContainsTextViaWin32() public static méthode

public static SearchByContainsTextViaWin32 ( IUiElement inputObject, string containsText, string controlTypeNames, IEnumerable collection, IEnumerable handles ) : List
inputObject IUiElement
containsText string
controlTypeNames string
collection IEnumerable
handles IEnumerable
Résultat List

Win32Gateway_GetElements_NullControlSearcherDataInput() public static méthode

public static Win32Gateway_GetElements_NullControlSearcherDataInput ( IUiElement rootElement, IUiElement elements, IEnumerable handles, string searchString ) : List
rootElement IUiElement
elements IUiElement
handles IEnumerable
searchString string
Résultat List

Win32Gateway_GetElements_WithControlSearcherDataInput() public static méthode

public static Win32Gateway_GetElements_WithControlSearcherDataInput ( IUiElement rootElement, IUiElement elements, IEnumerable handles, string searchString ) : List
rootElement IUiElement
elements IUiElement
handles IEnumerable
searchString string
Résultat List