public class Fli4lCompressorTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private TarArchiveAssertionHelper |
ah
the assertion helper to compare the archives.
|
private TarArchiveReader |
reader
the reader to read the archives.
|
| Constructor and Description |
|---|
Fli4lCompressorTest() |
| Modifier and Type | Method and Description |
|---|---|
static junit.framework.Test |
suite()
Necessary for "ant".
|
void |
testCPIOBzip()
Compresses a cpio-Archive with Bzip and tests if it is smaller than before
|
void |
testCPIOGzip()
Compresses a cpio-Archive with Gzip and tests if it is smaller than before but contains the
right objects
|
void |
testCPIOLZMA()
Compresses a cpio-Archive with LZMA and tests if it is smaller than before
|
void |
testTARBzip()
Compresses a tar-Archive with Bzip and tests if it is smaller than before but contains the
right objects
|
void |
testTARGzip()
Compresses a tar-Archive with Gzip and tests if it is smaller than before but contains the
right objects
|
void |
testTARLZMA()
Compresses a tar-Archive with LZMA and tests if it is smaller than before but contains the
right objects
|
private final TarArchiveReader reader
private final TarArchiveAssertionHelper ah
public static junit.framework.Test suite()
public void testTARGzip()
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic void testCPIOGzip()
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic void testTARBzip()
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic void testCPIOBzip()
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic void testTARLZMA()
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic void testCPIOLZMA()
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOException