Class DoCopyTest


  • public class DoCopyTest
    extends Object
    • Constructor Detail

      • DoCopyTest

        public DoCopyTest()
    • Method Detail

      • assertSatisfiedMockery

        @AfterEach
        public void assertSatisfiedMockery()
      • setUp

        @BeforeEach
        public void setUp()
      • testDoCopyIfReadOnly

        @Test
        public void testDoCopyIfReadOnly()
                                  throws Exception
        Throws:
        Exception
      • testDoCopyOfLockNullResource

        @Test
        public void testDoCopyOfLockNullResource()
                                          throws Exception
        Throws:
        Exception
      • testDoCopyIfParentIsLockedWithWrongLockToken

        @Test
        public void testDoCopyIfParentIsLockedWithWrongLockToken()
                                                          throws Exception
        Throws:
        Exception
      • testDoCopyIfParentIsLockedWithRightLockToken

        @Test
        public void testDoCopyIfParentIsLockedWithRightLockToken()
                                                          throws Exception
        Throws:
        Exception
      • testDoCopyIfDestinationPathInvalid

        @Test
        public void testDoCopyIfDestinationPathInvalid()
                                                throws Exception
        Throws:
        Exception
      • testDoCopyIfSourceEqualsDestination

        @Test
        public void testDoCopyIfSourceEqualsDestination()
                                                 throws Exception
        Throws:
        Exception
      • testDoCopyFolderIfNoLocks

        @Test
        public void testDoCopyFolderIfNoLocks()
                                       throws Exception
        Throws:
        Exception
      • testDoCopyIfSourceDoesntExist

        @Test
        public void testDoCopyIfSourceDoesntExist()
                                           throws Exception
        Throws:
        Exception
      • testDoCopyIfDestinationAlreadyExistsAndOverwriteTrue

        @Test
        public void testDoCopyIfDestinationAlreadyExistsAndOverwriteTrue()
                                                                  throws Exception
        Throws:
        Exception
      • testDoCopyIfDestinationAlreadyExistsAndOverwriteFalse

        @Test
        public void testDoCopyIfDestinationAlreadyExistsAndOverwriteFalse()
                                                                   throws Exception
        Throws:
        Exception
      • testDoCopyIfOverwriteTrue

        @Test
        public void testDoCopyIfOverwriteTrue()
                                       throws Exception
        Throws:
        Exception
      • testDoCopyIfOverwriteFalse

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