Searched refs:currentSortOrder (Results 1 – 1 of 1) sorted by relevance
397 Pair currentSortOrder = m_dataModel.getCurrentSortOrder(); in testSortableDataModel() local398 … "invalid current sort column (column " + colIndex + ")", ((Integer)currentSortOrder.First).intVal… in testSortableDataModel()399 …assertEquals( "invalid current sort direction", ((Boolean)currentSortOrder.Second).booleanValue(),… in testSortableDataModel()
Completed in 29 milliseconds