public final class TimeoutWatch extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
isTimeOut() |
static TimeoutWatch |
startWatchWithTimeoutOf(long timeout)
Creates and starts a new
with the given timeout. |
public static TimeoutWatch startWatchWithTimeoutOf(long timeout)
TimeoutWatch
with the given timeout.timeout
- the given timeout.public boolean isTimeOut()
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.