|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uispec4j.UISpec4J
public class UISpec4J
Facade for the initialization of the library, mainly used for the interception mechanism.
| Field Summary | |
|---|---|
static int |
DEFAULT_ASSERTION_TIME_LIMIT
|
| Constructor Summary | |
|---|---|
UISpec4J()
|
|
| Method Summary | |
|---|---|
static long |
getAssertionTimeLimit()
Returns the default timeout value (in milliseconds) used when checking assertions. |
static long |
getWindowInterceptionTimeLimit()
Returns the default timeout value (in milliseconds) used by the library for interception mechanism. |
static void |
init()
Initializes UISpec4J, for instance by setting up the interception mechanism. |
static void |
setAssertionTimeLimit(long assertionTimeLimit)
Sets the default timeout value (in milliseconds) used when checking assertions. |
static void |
setWindowInterceptionTimeLimit(long millis)
Sets the default timeout value (in milliseconds) used by the library for interception mechanism. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_ASSERTION_TIME_LIMIT
| Constructor Detail |
|---|
public UISpec4J()
| Method Detail |
|---|
public static void init()
public static void setWindowInterceptionTimeLimit(long millis)
public static long getWindowInterceptionTimeLimit()
public static long getAssertionTimeLimit()
public static void setAssertionTimeLimit(long assertionTimeLimit)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||