public class UISpec4J extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_ASSERTION_TIME_LIMIT |
Constructor and Description |
---|
UISpec4J() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final int DEFAULT_ASSERTION_TIME_LIMIT
public static void init()
public static void setWindowInterceptionTimeLimit(long millis)
public static long getWindowInterceptionTimeLimit()
public static long getAssertionTimeLimit()
public static void setAssertionTimeLimit(long assertionTimeLimit)
Copyright © 2004–2016. All rights reserved.