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 int |
numberOfRowsIn(javafx.scene.control.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(javafx.scene.control.ListView<?> list)
list - public static int numberOfRowsIn(String listQuery)
listQuery - public static <S> org.hamcrest.Matcher<S> containsRow(Object rowValue)
Copyright © 2014. All rights reserved.