Esempio n. 1
0
 /** shifting rows is not supported in SXSSF */
 @Override
 @Test
 public void shiftMerged() throws IOException {
   thrown.expect(RuntimeException.class);
   thrown.expectMessage("NotImplemented");
   super.shiftMerged();
 }