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 voidassertSatisfiedMockery()voidsetUp()voidtestDeleteFileIfObjectExists()voidtestDeleteFileIfObjectNotExists()voidtestDeleteFileInFolder()voidtestDeleteFileInFolderIfObjectNotExists()voidtestDeleteFileInLockedFolderWithRightLockToken()voidtestDeleteFileInLockedFolderWithWrongLockToken()voidtestDeleteFolderIfObjectExists()voidtestDeleteFolderIfObjectNotExists()voidtestDeleteIfReadOnlyIsTrue()
-
-
-
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
-
-