Searched refs:expectedResultSortThirdByA (Results 1 – 1 of 1) sorted by relevance
/aoo42x/test/testgui/source/fvt/gui/sc/sort/ |
H A D | SortDialogSetting.java | 282 …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 12 milliseconds