/aoo41x/test/testgui/source/fvt/gui/sc/validity/ |
H A D | ValidityDialogSetting.java | 36 import testlib.gui.SCTool; 72 SCTool.selectRange("A1"); in testAllowDateNotBetween() 78 SCTool.selectRange("A2"); in testAllowDateNotBetween() 84 SCTool.selectRange("A3"); in testAllowDateNotBetween() 92 SCTool.selectRange("A4"); in testAllowDateNotBetween() 100 SCTool.selectRange("A5"); in testAllowDateNotBetween() 108 SCTool.selectRange("B1"); in testAllowDateNotBetween() 116 SCTool.selectRange("B2"); in testAllowDateNotBetween() 124 SCTool.selectRange("B3"); in testAllowDateNotBetween() 149 SCTool.selectRange("A1"); in testAllowDecimalEqual() [all …]
|
H A D | ValidityDateSupport1024Columns.java | 35 import testlib.gui.SCTool; 59 SCTool.selectRange("ALM1000:ALO1005"); in testValidityDateSupport1024Columns() 72 SCTool.selectRange("ALM1001"); in testValidityDateSupport1024Columns() 75 assertEquals("Cell text in ALM1001 is not 02/01/08","02/01/08", SCTool.getCellText("ALM1001")); in testValidityDateSupport1024Columns() 77 SCTool.selectRange("ALM1002"); in testValidityDateSupport1024Columns() 80 assertEquals("Cell text in ALM1002 is not 01/02/08","01/02/08", SCTool.getCellText("ALM1002")); in testValidityDateSupport1024Columns() 82 SCTool.selectRange("ALM1003"); in testValidityDateSupport1024Columns() 87 assertEquals("Validity have not filter invalid value","", SCTool.getCellText("ALM1003")); in testValidityDateSupport1024Columns() 89 SCTool.selectRange("AML1003"); in testValidityDateSupport1024Columns() 94 assertEquals("Validity have not filter invalid value","", SCTool.getCellText("AML1003")); in testValidityDateSupport1024Columns()
|
H A D | ValiditySampleFile.java | 35 import testlib.gui.SCTool; 65 SCTool.selectRange("D5"); in testFFCIgnoreBlank() 71 assertEquals("", SCTool.getCellText("D5")); in testFFCIgnoreBlank() 86 SCTool.selectRange("F5"); in testFFCNotIgnoreBlank() 91 assertEquals("8", SCTool.getCellText("F5")); in testFFCNotIgnoreBlank() 104 SCTool.selectRange("F19"); in testNotLockCellFromValidityCell() 106 SCTool.selectRange("F17"); in testNotLockCellFromValidityCell() 109 assertEquals("Test", SCTool.getCellText("F17")); in testNotLockCellFromValidityCell()
|
/aoo41x/test/testgui/source/fvt/gui/sc/sort/ |
H A D | SortDialogSetting.java | 42 import testlib.gui.SCTool; 74 SCTool.selectRange("A1"); in testSortOptionsCaseSensitive() 76 SCTool.selectRange("A6"); in testSortOptionsCaseSensitive() 111 SCTool.selectRange("A1"); in testSortOptionsCopyResultTo() 113 SCTool.selectRange("B1"); in testSortOptionsCopyResultTo() 178 SCTool.selectRange("A1"); in testSortCriteriaSortFirstBy() 180 SCTool.selectRange("B1"); in testSortCriteriaSortFirstBy() 227 SCTool.selectRange("A1"); in testSortCriteriaSortSecondBy() 229 SCTool.selectRange("B1"); in testSortCriteriaSortSecondBy() 284 SCTool.selectRange("A1"); in testSortCriteriaSortThirdBy() [all …]
|
/aoo41x/test/testgui/source/bvt/gui/ |
H A D | BasicFunctionTest.java | 45 import testlib.gui.SCTool; 242 SCTool.selectRange("C1"); in testInsertPictureInSpreadsheet() 371 SCTool.selectRange("C5"); in testFillInSpreadsheet() 383 SCTool.selectRange("A1"); in testFillInSpreadsheet() 389 SCTool.selectRange("D2"); in testFillInSpreadsheet() 395 SCTool.selectRange("E1"); in testFillInSpreadsheet() 645 SCTool.selectRange("A1"); in testSumInFormulaBar() 647 SCTool.selectRange("B1"); in testSumInFormulaBar() 650 SCTool.selectRange("C1"); in testSumInFormulaBar() 672 SCTool.selectRange("A1"); in testInsertFunctionViaFormulaBar() [all …]
|
H A D | FileTypeTest.java | 44 import testlib.gui.SCTool; 167 SCTool.selectRange("A65536"); in saveNewSpreadsheet() 175 Assert.assertEquals("The typed text is saved!", text, SCTool.getCellText("A65536")); in saveNewSpreadsheet()
|
/aoo41x/test/testgui/source/fvt/gui/sc/subtotals/ |
H A D | SubtotalsFunctions.java | 37 import testlib.gui.SCTool; 50 SCTool.selectRange("A1:E7"); in setUp() 78 SCTool.getCellTexts("A1:E11")); in testAverage() 97 SCTool.getCellTexts("A1:E11")); in testCountNumbersOnly() 115 SCTool.getCellTexts("A1:E11")); in testMax() 133 SCTool.getCellTexts("A1:E11")); in testMin() 151 SCTool.getCellTexts("A1:E11")); in testProduct() 299 SCTool.selectRange("A3:E3"); in testRecalculateAfterRowDeleted() 326 SCTool.selectRange("B4"); in testRecalculateWhenDataChanged() 332 SCTool.selectRange("B7"); in testRecalculateWhenDataChanged() [all …]
|
/aoo41x/test/testgui/source/fvt/gui/sc/cell/ |
H A D | Cells.java | 35 import testlib.gui.SCTool; 65 SCTool.selectRange("A1"); in testShiftRowandColumn() 71 SCTool.selectRange("Sheet1.A1"); in testShiftRowandColumn() 78 expectedShiftCellDownResult, SCTool.getCellTexts("A1:B3")); in testShiftRowandColumn() 86 SCTool.selectRange("Sheet1.A1"); in testShiftRowandColumn() 94 expectedShiftCellRightResult, SCTool.getCellTexts("A1:C2")); in testShiftRowandColumn() 102 SCTool.selectRange("Sheet1.A1"); in testShiftRowandColumn() 112 expectedEntireRowResult, SCTool.getCellTexts("A1:B3")); in testShiftRowandColumn() 121 SCTool.selectRange("Sheet1.A1"); in testShiftRowandColumn() 132 expectedEntireColumnResult, SCTool.getCellTexts("A1:C2")); in testShiftRowandColumn()
|
/aoo41x/test/testgui/source/fvt/gui/sc/rowcolumn/ |
H A D | InsertRowAndColumn.java | 34 import testlib.gui.SCTool; 61 SCTool.selectRange("Sheet1.A2"); in testInsertEntireRowColumn() 63 SCTool.selectRange("Sheet1.B2"); in testInsertEntireRowColumn() 70 SCTool.selectRange("Sheet1.A2"); in testInsertEntireRowColumn() 76 …assertArrayEquals("Verify results after inserting one row", expectedInsertRowResult, SCTool.getCel… in testInsertEntireRowColumn() 81 SCTool.selectRange("Sheet1.A3"); in testInsertEntireRowColumn() 86 …assertArrayEquals("Verify results after inserting one column", expectedInsertColumnResult, SCTool.… in testInsertEntireRowColumn()
|
/aoo41x/test/testgui/source/svt/gui/sc/ |
H A D | BasicFuncOnCalc.java | 79 import testlib.gui.SCTool; 119 SCTool.selectRange("A1"); in saveNewSCWithNumberFormat() 143 SCTool.selectRange("A1"); in saveNewSCWithPrintRange() 156 SCTool.selectRange("A1"); in saveNewSCWithText() 169 SCTool.selectRange("A1"); in saveNewSCWithDataSort() 206 SCTool.selectRange("A1"); in saveNewSCWithStandardFilter() 209 SCTool.selectRange("A1"); in saveNewSCWithStandardFilter() 250 SCTool.selectRange("B2:E5"); in saveNewSCWithValidaty() 264 SCTool.selectRange("B2"); in saveNewSCWithValidaty() 269 SCTool.selectRange("E5"); in saveNewSCWithValidaty() [all …]
|
/aoo41x/test/testgui/source/fvt/gui/sc/filter/ |
H A D | Fitler.java | 39 import testlib.gui.SCTool; 68 SCTool.selectRange("A1"); in testAutoFilterWithPlusSign() 70 assertEquals("expect 2+ not display correctly",expect, SCTool.getCellText("A1")); in testAutoFilterWithPlusSign()
|
/aoo41x/test/testgui/source/fvt/gui/ |
H A D | AOOTest.java | 34 import testlib.gui.SCTool; 81 assertEquals("Assert", "Hello", SCTool.getCellInput("A1")); in testHello()
|
/aoo41x/test/testgui/source/testlib/gui/ |
H A D | SCTool.java | 31 public class SCTool { class 33 private static Logger LOG = Logger.getLogger(SCTool.class.getName());
|
/aoo41x/test/testgui/source/fvt/gui/sw/hyperlink/ |
H A D | WarningDialog.java | 48 import testlib.gui.SCTool;
|
/aoo41x/test/testgui/source/svt/gui/sd/ |
H A D | BasicFuncOnImpress.java | 54 import testlib.gui.SCTool;
|