Class FsEntryTest

java.lang.Object
com.e1c.g5.v8.fastzip.entry.fs.FsEntryTest

public class FsEntryTest extends Object
Tests for FsFzipEntryRegistry and serialization of its entry descriptors.
  • Field Details

    • temporaryFolder

      public final org.junit.rules.TemporaryFolder temporaryFolder
  • Constructor Details

    • FsEntryTest

      public FsEntryTest(boolean mmapped)
  • Method Details

    • setUp

      public void setUp() throws IOException
      Throws:
      IOException
    • testCreateRootDescriptor

      public void testCreateRootDescriptor() throws IOException
      Throws:
      IOException
    • testCreateOutOfRootDescriptor

      public void testCreateOutOfRootDescriptor() throws IOException
      Throws:
      IOException
    • testCreateDescriptorFileDoesNotExist

      public void testCreateDescriptorFileDoesNotExist() throws IOException
      Throws:
      IOException
    • testCreateDirectoryDescriptor

      public void testCreateDirectoryDescriptor() throws IOException
      Throws:
      IOException
    • testCreateSimpleFileDescriptor

      public void testCreateSimpleFileDescriptor() throws IOException
      Throws:
      IOException
    • testCreatePartitionedFileDescriptor

      public void testCreatePartitionedFileDescriptor() throws IOException
      Throws:
      IOException
    • testSerializeSimpleFileDescriptor

      public void testSerializeSimpleFileDescriptor() throws IOException
      Throws:
      IOException
    • testSerializePartialFileDescriptor

      public void testSerializePartialFileDescriptor() throws IOException
      Throws:
      IOException
    • testSerializeDirectoryDescriptor

      public void testSerializeDirectoryDescriptor() throws IOException
      Throws:
      IOException
    • testReadDirectory

      public void testReadDirectory() throws IOException
      Throws:
      IOException
    • getParameters

      public static Collection<Object[]> getParameters()