public class ListViews extends Object
| Constructor and Description |
|---|
ListViews() |
| Modifier and Type | Method and Description |
|---|---|
static <S> org.hamcrest.Matcher<S> |
containsRow(Object rowValue) |
static <S> org.hamcrest.Matcher<S> |
hasSelectedRow(Object rowValue) |
static int |
numberOfRowsIn(ListView<?> list)
Get the number of rows in the list.
|
static int |
numberOfRowsIn(String listQuery)
Get the number of rows in the list that matches the CSS query.
|
public static int numberOfRowsIn(ListView<?> list)
list - public static int numberOfRowsIn(String listQuery)
listQuery - public static <S> org.hamcrest.Matcher<S> containsRow(Object rowValue)
public static <S> org.hamcrest.Matcher<S> hasSelectedRow(Object rowValue)