Package com.vaadin.tests.dataprovider
Class AbstractComponentDataViewTest
java.lang.Object
com.vaadin.tests.dataprovider.AbstractComponentDataViewTest
Abstract test class that contains the common tests for all generic data view
component's implementations, i.e. which extends
AbstractDataView and
doesn't contain an in-memory or lazy specific API. Concrete implementations
of this class should provide a particular component to be tested as a
HasDataView implementation.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
items
-
dataProvider
-
dataView
-
component
-
-
Constructor Details
-
AbstractComponentDataViewTest
public AbstractComponentDataViewTest()
-
-
Method Details
-
init
public void init() -
getItems_noFiltersSet_allItemsObtained
public void getItems_noFiltersSet_allItemsObtained() -
getItems_filtersSet_filteredItemsObtained
public void getItems_filtersSet_filteredItemsObtained() -
getItems_sortingSet_sortedItemsObtained
public void getItems_sortingSet_sortedItemsObtained() -
addItemCountChangeListener_fireEvent_listenerNotified
public void addItemCountChangeListener_fireEvent_listenerNotified() -
getComponent
-