|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.tests.BaseTest
cz.cuni.amis.concurrency.Test05_AtomicInc
public class Test05_AtomicInc
| Nested Class Summary | |
|---|---|
static class |
Test05_AtomicInc.IncValueAsync
|
static class |
Test05_AtomicInc.IncValueAtomicInt
|
static class |
Test05_AtomicInc.IncValueSync
|
| Field Summary | |
|---|---|
static AtomicInteger |
atomicValue
|
static CountDownLatch |
latch
|
static int |
value
|
static Object |
valueMutex
|
| Fields inherited from class cz.cuni.amis.tests.BaseTest |
|---|
log, NEW_LINE |
| Constructor Summary | |
|---|---|
Test05_AtomicInc()
|
|
| Method Summary | |
|---|---|
void |
testAtomicInt()
|
| Methods inherited from class cz.cuni.amis.tests.BaseTest |
|---|
afterTest, assertFail, assertFalse, assertTrue, baseTestBeforeClass, beforeTest, getLogLevel, is32Bit, is64Bit, isLinux, isMac, isWindows, log, process, process, testFailed, testFailed, testOk |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static Object valueMutex
public static int value
public static AtomicInteger atomicValue
public static CountDownLatch latch
| Constructor Detail |
|---|
public Test05_AtomicInc()
| Method Detail |
|---|
public void testAtomicInt()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||