public class AutoTest
extends java.lang.Object
| Constructor and Description |
|---|
AutoTest() |
| Modifier and Type | Method and Description |
|---|---|
static Canvas |
getTestRoot()
Gets the implicit root canvas available in scLocators starting "//testRoot[]".
|
static boolean |
isGridDone(Canvas grid)
Returns whether the supplied ListGrid is in a consistent state with no pending
operations.
|
static boolean |
isSystemDone(boolean includeRedraws)
Returns whether the loaded page is in a consistent state with no pending operations.
|
static void |
setTestRoot(Canvas canvas)
Sets the implicit root canvas available in scLocators starting "//testRoot[]".
|
public static boolean isSystemDone(boolean includeRedraws)
implicitNetworkWait) includeRedraws - whether to check for pending Canvas redrawspublic static void setTestRoot(Canvas canvas)
canvas - the implicit rootpublic static Canvas getTestRoot()
public static boolean isGridDone(Canvas grid)
grid - canvas to test