Package com.e1c.g5.v8.fastzip
Class FzipIoTest
- java.lang.Object
-
- com.e1c.g5.v8.fastzip.FzipIoTest
-
public class FzipIoTest extends Object
Tests for FastZIP reader and writer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFzipIoTest.MultiReadEntryRegistry
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.TemporaryFoldertemporaryFolder
-
Constructor Summary
Constructors Constructor Description FzipIoTest(boolean mmapped, int numThreads)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Collection<Object>getParameters()voidsetUp()voidtestManyEntries()voidtestMultipleDescriptorReads()voidtestPartialEntryReads()voidtestProgressListener()voidtestProgressListenerNoEntries()voidtestReadWriteEmptyEntry()voidtestReadWriteNoEntries()
-
-
-
Method Detail
-
setUp
public void setUp() throws IOException- Throws:
IOException
-
testReadWriteNoEntries
public void testReadWriteNoEntries() throws IOException- Throws:
IOException
-
testReadWriteEmptyEntry
public void testReadWriteEmptyEntry() throws IOException- Throws:
IOException
-
testManyEntries
public void testManyEntries() throws IOException- Throws:
IOException
-
testPartialEntryReads
public void testPartialEntryReads() throws IOException- Throws:
IOException
-
testMultipleDescriptorReads
public void testMultipleDescriptorReads() throws IOException- Throws:
IOException
-
testProgressListenerNoEntries
public void testProgressListenerNoEntries() throws IOException- Throws:
IOException
-
testProgressListener
public void testProgressListener() throws IOException- Throws:
IOException
-
getParameters
public static Collection<Object> getParameters()
-
-