Package org.drjekyll.webdav.locking
Class DoLockTest
- java.lang.Object
-
- org.drjekyll.webdav.locking.DoLockTest
-
public class DoLockTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DoLockTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assertSatisfiedMockery()
void
setUp()
void
testDoExclusiveLockOnCollection()
void
testDoExclusiveLockOnResource()
void
testDoLockIfReadOnly()
void
testDoLockNullResourceLock()
void
testDoRefreshLockOnLockedResource()
void
testDoSharedLockOnCollection()
void
testDoSharedLockOnResource()
-
-
-
Method Detail
-
assertSatisfiedMockery
@AfterEach public void assertSatisfiedMockery()
-
setUp
@BeforeEach public void setUp()
-
testDoRefreshLockOnLockedResource
@Test public void testDoRefreshLockOnLockedResource() throws Exception
- Throws:
Exception
-
testDoExclusiveLockOnResource
@Test public void testDoExclusiveLockOnResource() throws Exception
- Throws:
Exception
-
testDoSharedLockOnResource
@Test public void testDoSharedLockOnResource() throws Exception
- Throws:
Exception
-
testDoExclusiveLockOnCollection
@Test public void testDoExclusiveLockOnCollection() throws Exception
- Throws:
Exception
-
testDoSharedLockOnCollection
@Test public void testDoSharedLockOnCollection() throws Exception
- Throws:
Exception
-
-