public abstract class EspSystemDialog
extends java.lang.Object
Base for actions and assertions for a system dialog.
| Constructor and Description |
|---|
EspSystemDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
click(java.lang.String target) |
protected boolean |
dialogIsShownWith(java.lang.String expectedMessage) |
void |
dismissIfShown()
Dismiss system dialog if shown.
|
protected abstract void |
dismissIfShownInternal() |
protected void |
throwIfUiAutomatorNotExist() |
public void dismissIfShown()
Dismiss system dialog if shown.
protected void throwIfUiAutomatorNotExist()
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionprotected abstract void dismissIfShownInternal()
protected boolean dialogIsShownWith(java.lang.String expectedMessage)
protected void click(java.lang.String target)