Package org.drjekyll.webdav.methods
Class DoDeleteTest
- java.lang.Object
-
- org.drjekyll.webdav.methods.DoDeleteTest
-
public class DoDeleteTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DoDeleteTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assertSatisfiedMockery()
void
setUp()
void
testDeleteFileIfObjectExists()
void
testDeleteFileIfObjectNotExists()
void
testDeleteFileInFolder()
void
testDeleteFileInFolderIfObjectNotExists()
void
testDeleteFileInLockedFolderWithRightLockToken()
void
testDeleteFileInLockedFolderWithWrongLockToken()
void
testDeleteFolderIfObjectExists()
void
testDeleteFolderIfObjectNotExists()
void
testDeleteIfReadOnlyIsTrue()
-
-
-
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
-
-