Package com.e1c.g5.v8.fastzip.entry.fs
Class FsIoTest
- java.lang.Object
-
- com.e1c.g5.v8.fastzip.entry.fs.FsIoTest
-
public class FsIoTest extends Object
Tests for simple and partial file entries ofFsFzipEntryRegistry.
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.TemporaryFoldertemporaryFolder
-
Constructor Summary
Constructors Constructor Description FsIoTest(boolean mmapped, int fileSize, boolean useThreadLocalBuffers)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Collection<Object[]>getParameters()voidsetUp()voidtestPartialFileEntry()voidtestSimpleFileEntry()
-
-
-
Method Detail
-
setUp
public void setUp() throws IOException- Throws:
IOException
-
testSimpleFileEntry
public void testSimpleFileEntry() throws IOException- Throws:
IOException
-
testPartialFileEntry
public void testPartialFileEntry() throws IOException- Throws:
IOException
-
getParameters
public static Collection<Object[]> getParameters()
-
-