Home
last modified time | relevance | path

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

/trunk/test/testgui/source/fvt/gui/sc/validity/ !
H A DValidityDialogSetting.java36 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 DValidityDateSupport1024Columns.java35 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 DValiditySampleFile.java35 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 DSortDialogSetting.java42 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 …]
/trunk/test/testgui/source/bvt/gui/ !
H A DBasicFunctionTest.java47 import testlib.gui.SCTool;
248 SCTool.selectRange("C1"); in testInsertPictureInSpreadsheet()
343 SCTool.selectRange("A1"); in testFindFormulasAndValues()
354 SCTool.selectRange("A1"); in testFindFormulasAndValues()
377 SCTool.selectRange("C5"); in testFillInSpreadsheet()
389 SCTool.selectRange("A1"); in testFillInSpreadsheet()
395 SCTool.selectRange("D2"); in testFillInSpreadsheet()
401 SCTool.selectRange("E1"); in testFillInSpreadsheet()
651 SCTool.selectRange("A1"); in testSumInFormulaBar()
653 SCTool.selectRange("B1"); in testSumInFormulaBar()
[all …]
H A DFileTypeTest.java44 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 DSubtotalsFunctions.java37 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 …]
/trunk/test/testgui/source/fvt/gui/sc/cell/ !
H A DCells.java35 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 DBasicFuncOnCalc.java79 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 DInsertRowAndColumn.java34 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()
/trunk/test/testgui/source/fvt/gui/sc/filter/ !
H A DFitler.java39 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 DAOOTest.java37 import testlib.gui.SCTool;
104 String result = SCTool.getCellInput("A1"); in testHello()
/trunk/test/testgui/source/testlib/gui/ !
H A DSCTool.java31 public class SCTool { class
33 private static Logger LOG = Logger.getLogger(SCTool.class.getName());
/trunk/test/testgui/source/fvt/gui/sw/hyperlink/ !
H A DWarningDialog.java48 import testlib.gui.SCTool;
/trunk/test/testgui/source/svt/gui/sd/ !
H A DBasicFuncOnImpress.java54 import testlib.gui.SCTool;

Completed in 304 milliseconds