Package org.drjekyll.webdav.locking
Class DoUnlockTest
- java.lang.Object
-
- org.drjekyll.webdav.locking.DoUnlockTest
-
public class DoUnlockTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DoUnlockTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assertSatisfiedMockery()
void
setUp()
void
testDoUnlockaLockedResourceWithRightLockToken()
void
testDoUnlockaLockedResourceWithWrongLockToken()
void
testDoUnlockaLockNullResource()
void
testDoUnlockaNotLockedResource()
void
testDoUnlockIfReadOnly()
-
-
-
Method Detail
-
assertSatisfiedMockery
@AfterEach public void assertSatisfiedMockery()
-
setUp
@BeforeEach public void setUp()
-
testDoUnlockIfReadOnly
@Test public void testDoUnlockIfReadOnly() throws Exception
- Throws:
Exception
-
testDoUnlockaLockedResourceWithRightLockToken
@Test public void testDoUnlockaLockedResourceWithRightLockToken() throws Exception
- Throws:
Exception
-
testDoUnlockaLockedResourceWithWrongLockToken
@Test public void testDoUnlockaLockedResourceWithWrongLockToken() throws Exception
- Throws:
Exception
-
testDoUnlockaNotLockedResource
@Test public void testDoUnlockaNotLockedResource() throws Exception
- Throws:
Exception
-
-