C# Class UnitTestUtilities.GeneralUtilities

Show file Open project: WKlingonsmith/FCS-Project

Public Methods

Method Description
GetMiddleInScreenCoordinates ( UIElement element ) : Point
GetScreenPos ( UIElement element ) : Rect
WaitUntil ( Func func ) : bool

Method Details

GetMiddleInScreenCoordinates() public static method

public static GetMiddleInScreenCoordinates ( UIElement element ) : Point
element UIElement
return Point

GetScreenPos() public static method

public static GetScreenPos ( UIElement element ) : Rect
element UIElement
return System.Windows.Rect

WaitUntil() public static method

public static WaitUntil ( Func func ) : bool
func Func
return bool