com.silverpeas.util
Class ZipManagerTest

java.lang.Object
  extended by com.silverpeas.util.ZipManagerTest

public class ZipManagerTest
extends Object

Author:
ehugonnet

Constructor Summary
ZipManagerTest()
           
 
Method Summary
 void setUpClass()
           
 void tearDownClass()
           
 void testCompressPathToZip()
          Test of compressPathToZip method, of class ZipManager.
 void testCompressStreamToZip()
          Test of compressStreamToZip method, of class ZipManager.
 void testExtract()
          Test of extract method, of class ZipManager.
 void testExtractTarBz2()
          Test of extract method, of class ZipManager.
 void testExtractTargz()
          Test of extract method, of class ZipManager.
 void testGetNbFiles()
          Test of getNbFiles method, of class ZipManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipManagerTest

public ZipManagerTest()
Method Detail

setUpClass

public void setUpClass()
                throws Exception
Throws:
Exception

tearDownClass

public void tearDownClass()
                   throws Exception
Throws:
Exception

testCompressPathToZip

public void testCompressPathToZip()
                           throws Exception
Test of compressPathToZip method, of class ZipManager.

Throws:
Exception

testCompressStreamToZip

public void testCompressStreamToZip()
                             throws Exception
Test of compressStreamToZip method, of class ZipManager.

Throws:
Exception

testExtract

public void testExtract()
                 throws Exception
Test of extract method, of class ZipManager.

Throws:
Exception

testExtractTargz

public void testExtractTargz()
                      throws Exception
Test of extract method, of class ZipManager.

Throws:
Exception

testExtractTarBz2

public void testExtractTarBz2()
                       throws Exception
Test of extract method, of class ZipManager.

Throws:
Exception

testGetNbFiles

public void testGetNbFiles()
                    throws Exception
Test of getNbFiles method, of class ZipManager.

Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.