Class TestListViewNavigationProcessor


public class TestListViewNavigationProcessor extends ListViewNavigationProcessor
The main goal of this class is supporting backward navigation in UI integration tests.

The ListViewNavigationProcessor is used for preparing and performing navigation to the inheritor of StandardListView.

To perform navigation the AbstractNavigationProcessor.processNavigation(AbstractViewNavigator) method checks whether backward navigation should be used or not. To get correct backward navigation URL it uses information from client-side.

In UI integration tests there is no client-side, so backward navigation URL should be got by another way. This is why TestListViewNavigationProcessor replaces ListViewNavigationProcessor and delegates building backward navigation URL to ViewNavigationDelegate.