Home
last modified time | relevance | path

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

/AOO41X/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java363 … String[][] expected1 = new String[][] { { "1" }, { "1" }, { "1" }, { "1" }, { "1" }, { "1" }, }; in testFillInSpreadsheet() local
375 assertArrayEquals("Fill Down:", expected1, SCTool.getCellTexts("C5:C10")); in testFillInSpreadsheet()
408 …String[][] expected1 = new String[][] { { "-9999999" }, { "-1.1" }, { "-1.1" }, { "0" }, { "0" }, … in testSort() local
432 assertArrayEquals("Sorted Data", expected1, SCTool.getCellTexts("A1:A10")); in testSort()