Class DoDeleteTest


  • public class DoDeleteTest
    extends Object
    • Constructor Detail

      • DoDeleteTest

        public DoDeleteTest()
    • Method Detail

      • assertSatisfiedMockery

        @AfterEach
        public void assertSatisfiedMockery()
      • setUp

        @BeforeEach
        public void setUp()
      • testDeleteIfReadOnlyIsTrue

        @Test
        public void testDeleteIfReadOnlyIsTrue()
                                        throws Exception
        Throws:
        Exception
      • testDeleteFileIfObjectExists

        @Test
        public void testDeleteFileIfObjectExists()
                                          throws Exception
        Throws:
        Exception
      • testDeleteFileIfObjectNotExists

        @Test
        public void testDeleteFileIfObjectNotExists()
                                             throws Exception
        Throws:
        Exception
      • testDeleteFolderIfObjectExists

        @Test
        public void testDeleteFolderIfObjectExists()
                                            throws Exception
        Throws:
        Exception
      • testDeleteFolderIfObjectNotExists

        @Test
        public void testDeleteFolderIfObjectNotExists()
                                               throws Exception
        Throws:
        Exception
      • testDeleteFileInFolder

        @Test
        public void testDeleteFileInFolder()
                                    throws Exception
        Throws:
        Exception
      • testDeleteFileInLockedFolderWithWrongLockToken

        @Test
        public void testDeleteFileInLockedFolderWithWrongLockToken()
                                                            throws Exception
        Throws:
        Exception
      • testDeleteFileInLockedFolderWithRightLockToken

        @Test
        public void testDeleteFileInLockedFolderWithRightLockToken()
                                                            throws Exception
        Throws:
        Exception
      • testDeleteFileInFolderIfObjectNotExists

        @Test
        public void testDeleteFileInFolderIfObjectNotExists()
                                                     throws Exception
        Throws:
        Exception