Package com.e1c.g5.v8.fastzip
Class FzipIoTest
java.lang.Object
com.e1c.g5.v8.fastzip.FzipIoTest
Tests for FastZIP reader and writer.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Object>
void
setUp()
void
void
void
void
void
void
void
-
Field Details
-
temporaryFolder
public final org.junit.rules.TemporaryFolder temporaryFolder
-
-
Constructor Details
-
FzipIoTest
public FzipIoTest(boolean mmapped, int numThreads)
-
-
Method Details
-
setUp
- Throws:
IOException
-
testReadWriteNoEntries
- Throws:
IOException
-
testReadWriteEmptyEntry
- Throws:
IOException
-
testManyEntries
- Throws:
IOException
-
testPartialEntryReads
- Throws:
IOException
-
testMultipleDescriptorReads
- Throws:
IOException
-
testProgressListenerNoEntries
- Throws:
IOException
-
testProgressListener
- Throws:
IOException
-
getParameters
-