public class WindowAssert
extends <any>
Window instances.| Constructor and Description |
|---|
WindowAssert(android.view.Window actual) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
featureToString(int feature) |
WindowAssert |
hasChildren() |
WindowAssert |
hasCurrentFocus(android.view.View view) |
WindowAssert |
hasFeature(int feature) |
WindowAssert |
hasNoChildren() |
WindowAssert |
isActive() |
WindowAssert |
isFloating() |
WindowAssert |
isNotActive() |
WindowAssert |
isNotFloating() |
public WindowAssert hasCurrentFocus(android.view.View view)
public WindowAssert hasChildren()
public WindowAssert hasNoChildren()
public WindowAssert hasFeature(int feature)
public WindowAssert isActive()
public WindowAssert isNotActive()
public WindowAssert isFloating()
public WindowAssert isNotFloating()
public static java.lang.String featureToString(int feature)