Ejemplo n.º 1
0
 /**
  * Test.
  *
  * @throws IOException IOException
  * @throws InterruptedException InterruptedException
  */
 @Test
 public void testZip() throws IOException, InterruptedException {
   final byte[] result = FileSupport.zip(new File(directory, "data"));
   Assert.assertTrue(result.length > 0);
 }