Package org.drjekyll.webdav.copy
Class DoCopyTest
- java.lang.Object
-
- org.drjekyll.webdav.copy.DoCopyTest
-
public class DoCopyTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DoCopyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assertSatisfiedMockery()
void
setUp()
void
testDoCopyFolderIfNoLocks()
void
testDoCopyIfDestinationAlreadyExistsAndOverwriteFalse()
void
testDoCopyIfDestinationAlreadyExistsAndOverwriteTrue()
void
testDoCopyIfDestinationPathInvalid()
void
testDoCopyIfOverwriteFalse()
void
testDoCopyIfOverwriteTrue()
void
testDoCopyIfParentIsLockedWithRightLockToken()
void
testDoCopyIfParentIsLockedWithWrongLockToken()
void
testDoCopyIfReadOnly()
void
testDoCopyIfSourceDoesntExist()
void
testDoCopyIfSourceEqualsDestination()
void
testDoCopyOfLockNullResource()
-
-
-
Method Detail
-
assertSatisfiedMockery
@AfterEach public void assertSatisfiedMockery()
-
setUp
@BeforeEach public void setUp()
-
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
-
-