Searched refs:expectedInsertRowResult (Results 1 – 1 of 1) sorted by relevance
67 String[][] expectedInsertRowResult = new String[][] { { "", "" }, { "", "" }, { "123", "456" }, }; in testInsertEntireRowColumn() local76 …assertArrayEquals("Verify results after inserting one row", expectedInsertRowResult, SCTool.getCel… in testInsertEntireRowColumn()
Completed in 13 milliseconds