Searched refs:expected3 (Results 1 – 1 of 1) sorted by relevance
/aoo42x/test/testgui/source/bvt/gui/ |
H A D | BasicFunctionTest.java | 371 …String[][] expected3 = new String[][] { { "Hi friends", "Hi friends", "Hi friends", "Hi friends" }… in testFillInSpreadsheet() local 393 assertArrayEquals("Fill Right:", expected3, SCTool.getCellTexts("A1:D1")); in testFillInSpreadsheet() 422 …String[][] expected3 = new String[][] { { "Sunday" }, { "Monday" }, { "Tuesday" }, { "Wednesday" }… in testSort() local 470 assertArrayEquals("Sorted Data", expected3, SCTool.getCellTexts("D1:D7")); in testSort()
|
Completed in 19 milliseconds