public class TestZKInterProcessReadWriteLock extends Object
| Constructor and Description | 
|---|
TestZKInterProcessReadWriteLock()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
afterAllTests()  | 
static void | 
beforeAllTests()  | 
void | 
tearDown()  | 
void | 
testMultipleClients()  | 
void | 
testReadLockDoesNotExcludeReaders()  | 
void | 
testReadLockExcludesWriters()  | 
void | 
testTimeout()  | 
void | 
testWriteLockExcludesReaders()  | 
void | 
testWriteLockExcludesWriters()  | 
public void tearDown()
public void testWriteLockExcludesWriters()
                                  throws Exception
Exceptionpublic void testReadLockDoesNotExcludeReaders()
                                       throws Exception
Exceptionpublic void testReadLockExcludesWriters()
                                 throws Exception
Exceptionpublic void testWriteLockExcludesReaders()
                                  throws Exception
Exception