cz.cuni.amis.concurrency
Class Test07_AtomicLongList

Package class diagram package Test07_AtomicLongList
java.lang.Object
  extended by cz.cuni.amis.tests.BaseTest
      extended by cz.cuni.amis.concurrency.Test07_AtomicLongList

public class Test07_AtomicLongList
extends cz.cuni.amis.tests.BaseTest


Nested Class Summary
static class Test07_AtomicLongList.IncValueAsync
           
 
Field Summary
static CountDownLatch latch
           
static AtomicLongList list
           
 
Fields inherited from class cz.cuni.amis.tests.BaseTest
log, NEW_LINE
 
Constructor Summary
Test07_AtomicLongList()
           
 
Method Summary
 void test()
           
 
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

list

public static AtomicLongList list

latch

public static CountDownLatch latch
Constructor Detail

Test07_AtomicLongList

public Test07_AtomicLongList()
Method Detail

test

public void test()


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.