| /trunk/test/testgui/source/fvt/gui/sc/validity/ |
| H A D | ValidityDialogSetting.java | 36 import testlib.gui.SCTool; 47 SCTool.selectRange("A1:C5"); in setUp() 72 SCTool.selectRange("A1"); in testAllowDateNotBetween() 76 assertEquals("12/31/07", SCTool.getCellText("A1")); in testAllowDateNotBetween() 78 SCTool.selectRange("A2"); in testAllowDateNotBetween() 82 assertEquals("03/02/08", SCTool.getCellText("A2")); in testAllowDateNotBetween() 84 SCTool.selectRange("A3"); in testAllowDateNotBetween() 90 assertEquals("", SCTool.getCellText("A3")); in testAllowDateNotBetween() 92 SCTool.selectRange("A4"); in testAllowDateNotBetween() 98 assertEquals("", SCTool.getCellText("A4")); in testAllowDateNotBetween() [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()
|
| /trunk/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() 86 … assertArrayEquals("Wrong Sorted result", expectedSortedResult, SCTool.getCellTexts("A2:A6")); in testSortOptionsCaseSensitive() 90 assertArrayEquals("Wrong Undo sorted result", data, SCTool.getCellTexts("A2:A6")); in testSortOptionsCaseSensitive() 92 … assertArrayEquals("Wrong Redo sorted result", expectedSortedResult, SCTool.getCellTexts("A2:A6")); in testSortOptionsCaseSensitive() 99 … assertArrayEquals("Saved sorted result", expectedSortedResult, SCTool.getCellTexts("A2:A6")); in testSortOptionsCaseSensitive() 111 SCTool.selectRange("A1"); in testSortOptionsCopyResultTo() 113 SCTool.selectRange("B1"); in testSortOptionsCopyResultTo() 124 …assertArrayEquals("Copy sorted result to", expectedSortedResult, SCTool.getCellTexts("$Sheet3.$A4:… in testSortOptionsCopyResultTo() [all …]
|
| /trunk/test/testgui/source/bvt/gui/ |
| H A D | BasicFunctionTest.java | 47 import testlib.gui.SCTool; 181 assertEquals("A3 should be =1+3", "4", SCTool.getCellText("A3")); in testRunMacro() 248 SCTool.selectRange("C1"); in testInsertPictureInSpreadsheet() 343 SCTool.selectRange("A1"); in testFindFormulasAndValues() 354 SCTool.selectRange("A1"); in testFindFormulasAndValues() 377 SCTool.selectRange("C5"); in testFillInSpreadsheet() 379 SCTool.selectRange("C5:C10"); in testFillInSpreadsheet() 381 assertArrayEquals("Fill Down:", expected1, SCTool.getCellTexts("C5:C10")); in testFillInSpreadsheet() 383 SCTool.selectRange("D10"); in testFillInSpreadsheet() 385 SCTool.selectRange("D5:D10"); in testFillInSpreadsheet() [all …]
|
| H A D | FileTypeTest.java | 44 import testlib.gui.SCTool; 173 SCTool.selectRange("A65536"); in saveNewSpreadsheet() 181 Assert.assertEquals("The typed text is saved!", text, SCTool.getCellText("A65536")); in saveNewSpreadsheet()
|
| /trunk/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() 170 SCTool.getCellTexts("A1:E11")); in testStDevPPopulation() 188 SCTool.getCellTexts("A1:E11")); in testSum() 206 SCTool.getCellTexts("A1:E11")); in testVarSample() [all …]
|
| /trunk/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()
|
| /trunk/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 …]
|
| /trunk/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 …"Verify results after inserting one column", expectedInsertColumnResult, SCTool.getCellTexts("A1:C… in testInsertEntireRowColumn()
|
| /trunk/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()
|
| /trunk/test/testgui/source/fvt/gui/ |
| H A D | AOOTest.java | 37 import testlib.gui.SCTool; 104 String result = SCTool.getCellInput("A1"); in testHello()
|
| /trunk/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());
|
| /trunk/test/testgui/source/fvt/gui/sw/hyperlink/ |
| H A D | WarningDialog.java | 48 import testlib.gui.SCTool;
|
| /trunk/test/testgui/source/svt/gui/sd/ |
| H A D | BasicFuncOnImpress.java | 54 import testlib.gui.SCTool;
|