Package org.fcrepo.kernel.impl.lock
Class ResourceLockImplTest
- java.lang.Object
-
- org.fcrepo.kernel.impl.lock.ResourceLockImplTest
-
public class ResourceLockImplTest extends Object
Test ResourceLock- Author:
- whikloj
-
-
Constructor Summary
Constructors Constructor Description ResourceLockImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestExclusiveLock()voidtestExclusiveLockString()voidtestInvalidLockType()voidtestNonExclusiveLock()voidtestNonExclusiveLockString()
-
-
-
Constructor Detail
-
ResourceLockImplTest
public ResourceLockImplTest()
-
-
Method Detail
-
setUp
public void setUp()
-
testExclusiveLockString
public void testExclusiveLockString()
-
testExclusiveLock
public void testExclusiveLock()
-
testNonExclusiveLockString
public void testNonExclusiveLockString()
-
testNonExclusiveLock
public void testNonExclusiveLock()
-
testInvalidLockType
public void testInvalidLockType()
-
-