Package org.drjekyll.webdav.methods
Class DoMoveTest
- java.lang.Object
-
- org.drjekyll.webdav.methods.DoMoveTest
-
public class DoMoveTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DoMoveTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assertSatisfiedMockery()
void
setUp()
void
testMovingIfSourcePathEqualsDestinationPath()
void
testMovingOfaCollectionIfDestinationIsNotPresent()
void
testMovingOfaCollectionIfDestinationIsPresentAndOverwriteFalse()
void
testMovingOfaCollectionIfDestinationIsPresentAndOverwriteTrue()
void
testMovingOfaFileIfDestinationIsPresentAndOverwriteFalse()
void
testMovingOfaFileIfDestinationIsPresentAndOverwriteTrue()
void
testMovingOfaFileIfDestinationNotPresent()
void
testMovingOfaFileIfSourceNotPresent()
void
testMovingOfFileOrFolderIfReadOnlyIsTrue()
-
-
-
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
-
-