Lines Matching refs:SCTool

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()
387 assertArrayEquals("Fill Up:", expected2, SCTool.getCellTexts("D5:D10")); in testFillInSpreadsheet()
389 SCTool.selectRange("A1"); in testFillInSpreadsheet()
391 SCTool.selectRange("A1:D1"); in testFillInSpreadsheet()
393 assertArrayEquals("Fill Right:", expected3, SCTool.getCellTexts("A1:D1")); in testFillInSpreadsheet()
395 SCTool.selectRange("D2"); in testFillInSpreadsheet()
397 SCTool.selectRange("A2:D2"); in testFillInSpreadsheet()
399 assertArrayEquals("Fill left:", expected4, SCTool.getCellTexts("A2:D2")); in testFillInSpreadsheet()
401 SCTool.selectRange("E1"); in testFillInSpreadsheet()
404 SCTool.selectRange("E1:F5"); in testFillInSpreadsheet()
408 assertArrayEquals("Fill series..", expected5, SCTool.getCellTexts("E1:F5")); in testFillInSpreadsheet()
432 SCTool.selectRange("A1:A10"); in testSort()
438 assertArrayEquals("Sorted Data", expected1, SCTool.getCellTexts("A1:A10")); in testSort()
439 SCTool.selectRange("B1:C10"); in testSort()
460 assertArrayEquals("Sorted Data", expected2, SCTool.getCellTexts("B1:C10")); in testSort()
461 SCTool.selectRange("D1:D7"); in testSort()
470 assertArrayEquals("Sorted Data", expected3, SCTool.getCellTexts("D1:D7")); in testSort()
472 SCTool.selectRange("E1:E10"); in testSort()
477 assertArrayEquals("Sorted Data", expected4, SCTool.getCellTexts("E1:E10")); in testSort()
651 SCTool.selectRange("A1"); in testSumInFormulaBar()
653 SCTool.selectRange("B1"); in testSumInFormulaBar()
656 SCTool.selectRange("C1"); in testSumInFormulaBar()
660 assertEquals("The calculated result", expectedResult, SCTool.getCellText("C1")); in testSumInFormulaBar()
678 SCTool.selectRange("A1"); in testInsertFunctionViaFormulaBar()
682 SCTool.selectRange("D1"); in testInsertFunctionViaFormulaBar()
687 String result = SCTool.getCellText("D1"); in testInsertFunctionViaFormulaBar()
707 SCTool.selectRange("A1"); in testFunctionWizardInFormulaBar()
711 SCTool.selectRange("B1"); in testFunctionWizardInFormulaBar()
721 String result = SCTool.getCellText("B1"); in testFunctionWizardInFormulaBar()