|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.robotium.solo.Timeout
public class Timeout
Used to get and set the default timeout lengths of the various Solo methods.
| Constructor Summary | |
|---|---|
Timeout()
|
|
| Method Summary | |
|---|---|
static int |
getLargeTimeout()
Gets the default timeout length of the waitFor methods. |
static int |
getSmallTimeout()
Gets the default timeout length of the get, is, set, assert, enter, type and click methods. |
static void |
setLargeTimeout(int milliseconds)
Sets the default timeout length of the waitFor methods. |
static void |
setSmallTimeout(int milliseconds)
Sets the default timeout length of the get, is, set, assert, enter, type and click methods. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Timeout()
| Method Detail |
|---|
public static void setLargeTimeout(int milliseconds)
Solo.Config.
milliseconds - the default timeout length of the waitFor methodspublic static void setSmallTimeout(int milliseconds)
Solo.Config.
milliseconds - the default timeout length of the get, is, set, assert, enter and click methodspublic static int getLargeTimeout()
public static int getSmallTimeout()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||