Package org.drjekyll.webdav.methods
Class DoMkcolTest
- java.lang.Object
-
- org.drjekyll.webdav.methods.DoMkcolTest
-
public class DoMkcolTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DoMkcolTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assertSatisfiedMockery()
void
setUp()
void
testMkcolIfParentFolderIsLockedWithRightLockToken()
void
testMkcolIfParentFolderIsLockedWithWrongLockToken()
void
testMkcolIfParentPathIsAFolderButObjectAlreadyExists()
void
testMkcolIfParentPathIsNoFolder()
void
testMkcolIfReadOnlyIsTrue()
void
testMkcolOnALockNullResource()
void
testMkcolSuccess()
-
-
-
Method Detail
-
assertSatisfiedMockery
@AfterEach public void assertSatisfiedMockery()
-
setUp
@BeforeEach public void setUp()
-
testMkcolIfReadOnlyIsTrue
@Test public void testMkcolIfReadOnlyIsTrue() throws Exception
- Throws:
Exception
-
testMkcolIfParentPathIsNoFolder
@Test public void testMkcolIfParentPathIsNoFolder() throws Exception
- Throws:
Exception
-
testMkcolIfParentPathIsAFolderButObjectAlreadyExists
@Test public void testMkcolIfParentPathIsAFolderButObjectAlreadyExists() throws Exception
- Throws:
Exception
-
testMkcolIfParentFolderIsLockedWithRightLockToken
@Test public void testMkcolIfParentFolderIsLockedWithRightLockToken() throws Exception
- Throws:
Exception
-
testMkcolIfParentFolderIsLockedWithWrongLockToken
@Test public void testMkcolIfParentFolderIsLockedWithWrongLockToken() throws Exception
- Throws:
Exception
-
-