Overload | Description |
---|---|
WaitUntilExists<T>(T) | Waits until the test object exists or the timeout elapses. This method is useful for synchronizing your test with your application. |
WaitUntilExists<T>(T,Int32) | Waits until the test object exists or the timeout elapses. This method is useful for synchronizing your test with your application. |