Searched refs:cellA3 (Results 1 – 1 of 1) sorted by relevance
101 XCell cellA3 = sheet.getCellByPosition(0, 2); in testInsertDeleteRows() local107 … assertEquals("Verify tow rows deleted the value of row 3",checkvalueA3, cellA3.getValue(),0); in testInsertDeleteRows()147 XCell cellA3 = sheet.getCellByPosition(1, 2); in testInsertDeleteColumns() local153 … assertEquals("Verify after tow rows deleted, the value of A3",checkvalueA3, cellA3.getValue(),0); in testInsertDeleteColumns()
Completed in 10 milliseconds