public class TestZKInterProcessReadWriteLock
extends java.lang.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 static void beforeAllTests()
throws java.lang.Exception
java.lang.Exceptionpublic static void afterAllTests()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
public void testWriteLockExcludesWriters()
throws java.lang.Exception
java.lang.Exceptionpublic void testReadLockDoesNotExcludeReaders()
throws java.lang.Exception
java.lang.Exceptionpublic void testReadLockExcludesWriters()
throws java.lang.Exception
java.lang.Exceptionpublic void testWriteLockExcludesReaders()
throws java.lang.Exception
java.lang.Exceptionpublic void testTimeout()
throws java.lang.Exception
java.lang.Exceptionpublic void testMultipleClients()
throws java.lang.Exception
java.lang.Exception