Class DoMoveTest


  • public class DoMoveTest
    extends Object
    • Constructor Detail

      • DoMoveTest

        public DoMoveTest()
    • Method Detail

      • assertSatisfiedMockery

        @AfterEach
        public void assertSatisfiedMockery()
      • setUp

        @BeforeEach
        public void setUp()
      • testMovingOfFileOrFolderIfReadOnlyIsTrue

        @Test
        public void testMovingOfFileOrFolderIfReadOnlyIsTrue()
                                                      throws Exception
        Throws:
        Exception
      • testMovingOfaFileIfDestinationNotPresent

        @Test
        public void testMovingOfaFileIfDestinationNotPresent()
                                                      throws Exception
        Throws:
        Exception
      • testMovingOfaFileIfDestinationIsPresentAndOverwriteFalse

        @Test
        public void testMovingOfaFileIfDestinationIsPresentAndOverwriteFalse()
                                                                      throws Exception
        Throws:
        Exception
      • testMovingOfaFileIfDestinationIsPresentAndOverwriteTrue

        @Test
        public void testMovingOfaFileIfDestinationIsPresentAndOverwriteTrue()
                                                                     throws Exception
        Throws:
        Exception
      • testMovingOfaFileIfSourceNotPresent

        @Test
        public void testMovingOfaFileIfSourceNotPresent()
                                                 throws Exception
        Throws:
        Exception
      • testMovingIfSourcePathEqualsDestinationPath

        @Test
        public void testMovingIfSourcePathEqualsDestinationPath()
                                                         throws Exception
        Throws:
        Exception
      • testMovingOfaCollectionIfDestinationIsNotPresent

        @Test
        public void testMovingOfaCollectionIfDestinationIsNotPresent()
                                                              throws Exception
        Throws:
        Exception
      • testMovingOfaCollectionIfDestinationIsPresentAndOverwriteFalse

        @Test
        public void testMovingOfaCollectionIfDestinationIsPresentAndOverwriteFalse()
                                                                            throws Exception
        Throws:
        Exception
      • testMovingOfaCollectionIfDestinationIsPresentAndOverwriteTrue

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