Class FileOperationsIT

java.lang.Object
no.maddin.niofs.it.FileOperationsIT

public class FileOperationsIT extends Object
Create a local file system and expose it through a number of FileSystems. Validate the result on the local file system
  • Constructor Details

    • FileOperationsIT

      public FileOperationsIT()
  • Method Details

    • copyData

      public static Stream<org.junit.jupiter.params.provider.Arguments> copyData()
    • copyFile

      void copyFile(Supplier<no.maddin.niofs.testutil.BasicTestContainer> containerSupplier, String sourceUri, String targetUri, File targetFile) throws Exception
      Throws:
      Exception