Home
last modified time | relevance | path

Searched refs:expectedResultSortThirdByA (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testgui/source/fvt/gui/sc/sort/
H A DSortDialogSetting.java282 …String[][] expectedResultSortThirdByA = new String[][] { { "3", "AB", "2" }, { "2", "AB", "2" }, {… in testSortCriteriaSortThirdBy() local
337 assertArrayEquals("Sorted result", expectedResultSortThirdByA, SCTool.getCellTexts("A1:C9")); in testSortCriteriaSortThirdBy()
343 assertArrayEquals("Redo sorted result", expectedResultSortThirdByA, SCTool.getCellTexts("A1:C9")); in testSortCriteriaSortThirdBy()
351 …assertArrayEquals("Saved sorted result", expectedResultSortThirdByA, SCTool.getCellTexts("A1:C9")); in testSortCriteriaSortThirdBy()

Completed in 37 milliseconds