public class EspListView extends EspAdapterView
Actions and assertions for a ListView.
| Constructor and Description |
|---|
EspListView(EspListView template)
Create new instance based on given element matcher.
|
EspListView(int resourceId)
Create new instance matching an element with given resourceId.
|
| Modifier and Type | Method and Description |
|---|---|
static EspListView |
byId(int resourceId)
Create new instance matching an element with given resourceId.
|
assertItemCountIs, itemByIndex, itemByVisibleIndexassertIsDisabled, assertIsDisplayedOnScreen, assertIsEnabled, assertIsHidden, assertIsNotSelected, assertIsPartiallyDisplayedOnly, assertIsPartiallyDisplayedOnScreen, assertIsSelected, assertIsVisible, assertNotExist, baseMatcher, byAll, click, createMatcherList, doubleClick, findView, findView, longClick, swipeDown, swipeUppublic EspListView(int resourceId)
Create new instance matching an element with given resourceId.
resourceId - Identifier for this element.public EspListView(EspListView template)
Create new instance based on given element matcher.
template - Pre configured element matcher.public static EspListView byId(int resourceId)
Create new instance matching an element with given resourceId.
resourceId - Identifier for this element.