Lines Matching refs:SCTool

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()
226 { "", "110", "", "Grand Total", "" } }, SCTool.getCellTexts("A1:E12")); in testDoNotSortOption()
279 SCTool.getCellTexts("A1:E23")); in testUsingAllGroup()
297 { "Grand Total", "", "21", "", "" } }, SCTool.getCellTexts("A1:E11")); in testRecalculateAfterRowDeleted()
299 SCTool.selectRange("A3:E3"); in testRecalculateAfterRowDeleted()
308 SCTool.getCellTexts("A1:E11")); in testRecalculateAfterRowDeleted()
326 SCTool.selectRange("B4"); in testRecalculateWhenDataChanged()
329 assertEquals("B5's cell text is not 30","30", SCTool.getCellText("B5")); in testRecalculateWhenDataChanged()
330 assertEquals("B11's cell text is not 23.33333333","23.33333333", SCTool.getCellText("B11")); in testRecalculateWhenDataChanged()
332 SCTool.selectRange("B7"); in testRecalculateWhenDataChanged()
335 assertEquals("B8's cell text is not 35","35", SCTool.getCellText("B8")); in testRecalculateWhenDataChanged()
336 assertEquals("B11's cell text is not 30","30", SCTool.getCellText("B11")); in testRecalculateWhenDataChanged()
338 SCTool.selectRange("B9"); in testRecalculateWhenDataChanged()
341 assertEquals("B10's cell text is not 30","30", SCTool.getCellText("B10")); in testRecalculateWhenDataChanged()
342 assertEquals("B11's cell text is not 31.66666667","31.66666667", SCTool.getCellText("B11")); in testRecalculateWhenDataChanged()