Lines Matching refs:String

72 		String[][] data = new String[][] { { "D" }, { "C" }, { "B" }, { "A" }, { "a" }, };  in testSortOptionsCaseSensitive()
73 String[][] expectedSortedResult = new String[][] { { "a" }, { "A" }, { "B" }, { "C" }, { "D" }, }; in testSortOptionsCaseSensitive()
95 String saveTo = getPath("temp/" + "RowsSortWithOptionsCaseSensitive.ods"); in testSortOptionsCaseSensitive()
110String[][] expectedSortedResult = new String[][] { { "1", "AB" }, { "2", "BC" }, { "3", "D" }, { "… in testSortOptionsCopyResultTo()
157 String saveTo = getPath("temp/" + "RowsSortWithOptionsCopyResultTo.ods"); in testSortOptionsCopyResultTo()
175String[][] data = new String[][] { { "3", "D" }, { "5", "FLK" }, { "4", "E" }, { "2", "BC" }, { "6… in testSortCriteriaSortFirstBy()
176String[][] expectedResultSortByColumnBAscending = new String[][] { { "1", "AB" }, { "2", "BC" }, {… in testSortCriteriaSortFirstBy()
177String[][] expectedResultSortByColumnADescending = new String[][] { { "6", "GE" }, { "5", "FLK" },… in testSortCriteriaSortFirstBy()
200 String saveTo = getPath("temp/" + "SortCriteriaSortFirstBy.ods"); in testSortCriteriaSortFirstBy()
224String[][] data = new String[][] { { "3", "D" }, { "5", "FLK" }, { "4", "E" }, { "1", "AB" }, { "6… in testSortCriteriaSortSecondBy()
225String[][] expectedResultSortFirstByB = new String[][] { { "1", "AB" }, { "2", "AB" }, { "3", "D" … in testSortCriteriaSortSecondBy()
226String[][] expectedResultSortSecondByA = new String[][] { { "2", "AB" }, { "1", "AB" }, { "3", "D"… in testSortCriteriaSortSecondBy()
249 String saveTo = getPath("temp/" + "SortCriteriaSortSecondBy.ods"); in testSortCriteriaSortSecondBy()
276String[][] data = new String[][] { { "3", "AB", "2" }, { "8", "FLK", "5" }, { "6", "E", "4" }, { "… in testSortCriteriaSortThirdBy()
278String[][] expectedResultSortFirstByB = new String[][] { { "3", "AB", "2" }, { "1", "AB", "1" }, {… in testSortCriteriaSortThirdBy()
280String[][] expectedResultSortSecondByC = new String[][] { { "3", "AB", "2" }, { "2", "AB", "2" }, … in testSortCriteriaSortThirdBy()
282String[][] expectedResultSortThirdByA = new String[][] { { "3", "AB", "2" }, { "2", "AB", "2" }, {… in testSortCriteriaSortThirdBy()
308 String saveTo = getPath("temp/" + "SortCriteriaSortThirdBy.ods"); in testSortCriteriaSortThirdBy()
397String[][] data = new String[][] { { "Color" }, { "black" }, { "yellow" }, { "blue" }, { "black" }… in testSortOptionsCustomSortOrderPredefineFromCopyList()
398String[][] expectedResultNoCustomSortOrder = new String[][] { { "Color" }, { "black" }, { "black" … in testSortOptionsCustomSortOrderPredefineFromCopyList()
399String[][] expectedResultCustomSortOrder = new String[][] { { "Color" }, { "red" }, { "yellow" }, … in testSortOptionsCustomSortOrderPredefineFromCopyList()
458 String saveTo = getPath("temp/" + "SortOptionsCustomSortOrderPredefineFromCopyList.ods"); in testSortOptionsCustomSortOrderPredefineFromCopyList()
508String[][] data = new String[][] { { "Color" }, { "black" }, { "yellow" }, { "blue" }, { "black" }… in testSortOptionsCustomSortOrderPredefineFromNewList()
509String[][] expectedResultNoCustomSortOrder = new String[][] { { "Color" }, { "black" }, { "black" … in testSortOptionsCustomSortOrderPredefineFromNewList()
510String[][] expectedResultCustomSortOrder = new String[][] { { "Color" }, { "white" }, { "red" }, {… in testSortOptionsCustomSortOrderPredefineFromNewList()
569 String saveTo = getPath("temp/" + "SortOptionsCustomSortOrderPredefineFromNewList.ods"); in testSortOptionsCustomSortOrderPredefineFromNewList()
593 String[][] data = new String[][] { { "Units", "7", "27", "4", "12", "3", "6" }, }; in testSortOptionsDirectionSortColumns()
594 String[][] expectedSortedResult = new String[][] { { "Units", "3", "4", "6", "7", "12", "27" }, }; in testSortOptionsDirectionSortColumns()
620 String saveTo = getPath("temp/" + "SortOptionsDirectionSortColumns.ods"); in testSortOptionsDirectionSortColumns()
636String[][] dataWithCurrencyFormats = new String[][] { { "Units" }, { "$32.00" }, { "57.00 \u20ac" … in testSortOptionsIncludeFormats()
638String[][] expectedSortedResultIncludeFormat = new String[][] { { "Units" }, { "7.00 \u0440\u0443\… in testSortOptionsIncludeFormats()
640String[][] expectedSortedResultExcludeFormat = new String[][] { { "Units" }, { "$7.00" }, { "27.00… in testSortOptionsIncludeFormats()
644 String file = prepareData("sc/SortOptionsIncludeFormats.ods"); in testSortOptionsIncludeFormats()
699 String saveTo = getPath("temp/" + "SortOptionsIncludeFormats.ods"); in testSortOptionsIncludeFormats()
717 String[][] data1 = new String[][] { { "D" }, { "C" }, { "B" }, { "A" }, { "E" }, }; in testSortOptionsMultipleSortDataOverlap()
718String[][] expectedSortedResult1 = new String[][] { { "A" }, { "B" }, { "C" }, { "D" }, { "E" }, }; in testSortOptionsMultipleSortDataOverlap()
719 String[][] data2 = new String[][] { { "4" }, { "2" }, { "5" }, { "1" }, { "3" }, }; in testSortOptionsMultipleSortDataOverlap()
720String[][] expectedSortedResultDataOverlap = new String[][] { { "A" }, { "B" }, { "C" }, { "1" }, … in testSortOptionsMultipleSortDataOverlap()
765 String saveTo = getPath("temp/" + "SortOptionsMultipleSortDataOverlap.ods"); in testSortOptionsMultipleSortDataOverlap()
784 String[][] data1 = new String[][] { { "D" }, { "C" }, { "B" }, { "A" }, { "E" }, }; in testSortOptionsMultipleSortSortParameterSaved()
785String[][] expectedSortedResult1 = new String[][] { { "A" }, { "B" }, { "C" }, { "D" }, { "E" }, }; in testSortOptionsMultipleSortSortParameterSaved()
786 String[][] data2 = new String[][] { { "Numbers" }, { "4" }, { "2" }, { "5" }, { "1" }, { "3" }, }; in testSortOptionsMultipleSortSortParameterSaved()
787String[][] expectedSortedResult2 = new String[][] { { "Numbers" }, { "1" }, { "2" }, { "3" }, { "4… in testSortOptionsMultipleSortSortParameterSaved()
850 String saveTo = getPath("temp/" + "SortOptionsMultipleSortParameterSaved.ods"); in testSortOptionsMultipleSortSortParameterSaved()