| org.apache.poi.hssf.usermodel.TestSheetShiftRows
TestSheetShiftRows | public class TestSheetShiftRows extends TestCase (Code) | | Tests row shifting capabilities.
author: Shawn Laubach (slaubach at apache dot com) author: Toshiaki Kamoshida (kamoshida.toshiaki at future dot co dot jp) |
TestSheetShiftRows | public TestSheetShiftRows(String arg0)(Code) | | Constructor for TestSheetShiftRows.
Parameters: arg0 - |
testShiftRow | public void testShiftRow()(Code) | | Tests when rows are null.
author: Toshiaki Kamoshida (kamoshida.toshiaki at future dot co dot jp) |
testShiftRow0 | public void testShiftRow0()(Code) | | Tests when shifting the first row.
author: Toshiaki Kamoshida (kamoshida.toshiaki at future dot co dot jp) |
testShiftRowBreaks | public void testShiftRowBreaks()(Code) | | When shifting rows, the page breaks should go with it
|
testShiftRows | public void testShiftRows() throws Exception(Code) | | Tests the shiftRows function. Does three different shifts.
After each shift, writes the workbook to file and reads back to
check. This ensures that if some changes code that breaks
writing or what not, they realize it.
author: Shawn Laubach (slaubach at apache dot org) |
|
|