public class DragEventAssert
extends <any>
DragEvent instances.| Constructor and Description |
|---|
DragEventAssert(android.view.DragEvent actual) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
dragEventActionToString(int action) |
DragEventAssert |
hasAction(int action) |
DragEventAssert |
hasLocalState(java.lang.Object localState) |
DragEventAssert |
hasSuccessfulResult() |
DragEventAssert |
hasUnsuccessfulResult() |
DragEventAssert |
hasX(float x) |
DragEventAssert |
hasY(float y) |
public DragEventAssert hasAction(int action)
public DragEventAssert hasLocalState(java.lang.Object localState)
public DragEventAssert hasSuccessfulResult()
public DragEventAssert hasUnsuccessfulResult()
public DragEventAssert hasX(float x)
public DragEventAssert hasY(float y)
public static java.lang.String dragEventActionToString(int action)