public class LockAssertionsForReentrantLock extends java.lang.Object implements LockAssertions
| Constructor and Description |
|---|
LockAssertionsForReentrantLock(java.util.concurrent.locks.ReentrantLock lock) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertLocked() |
void |
assertUnlocked() |
public LockAssertionsForReentrantLock(java.util.concurrent.locks.ReentrantLock lock)
public void assertUnlocked()
assertUnlocked in interface LockAssertionspublic void assertLocked()
assertLocked in interface LockAssertions