Class AbstractLocalFileSystemTest

    • Constructor Detail

      • AbstractLocalFileSystemTest

        public AbstractLocalFileSystemTest​(boolean useIndexedFileSystem)
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • tearDown

        public void tearDown()
      • testGetFolders

        public void testGetFolders()
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • testCreateFolder

        public void testCreateFolder()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testDeleteFolder

        public void testDeleteFolder()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRenameFolder

        public void testRenameFolder()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRenameFile

        public void testRenameFile()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testMoveFolder

        public void testMoveFolder()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testCreateDataFile

        public void testCreateDataFile()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testFileNames

        public void testFileNames()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testReopenFileNames

        public void testReopenFileNames()
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testFilePaths

        public void testFilePaths()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testFilePathsWithSpaces

        public void testFilePathsWithSpaces()
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • makeName

        protected java.lang.String makeName​(char startChar,
                                            int count)
      • testCreateDataBase

        public void testCreateDataBase()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testCreateTemporaryDatabase

        public void testCreateTemporaryDatabase()
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testDeleteItem

        public void testDeleteItem()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetItems

        public void testGetItems()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testMoveDataFile

        public void testMoveDataFile()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testMoveDatabase

        public void testMoveDatabase()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testDeleteDatabase

        public void testDeleteDatabase()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testItemChanged

        public void testItemChanged()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception