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