C# Class UnitTestUtilities.GeneralUtilities

Afficher le fichier Open project: WKlingonsmith/FCS-Project

Méthodes publiques

Méthode Description
GetMiddleInScreenCoordinates ( UIElement element ) : Point
GetScreenPos ( UIElement element ) : Rect
WaitUntil ( Func func ) : bool

Method Details

GetMiddleInScreenCoordinates() public static méthode

public static GetMiddleInScreenCoordinates ( UIElement element ) : Point
element UIElement
Résultat Point

GetScreenPos() public static méthode

public static GetScreenPos ( UIElement element ) : Rect
element UIElement
Résultat System.Windows.Rect

WaitUntil() public static méthode

public static WaitUntil ( Func func ) : bool
func Func
Résultat bool