cz.cuni.amis.concurrency
Class Test03_SyncHashMap

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

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


Nested Class Summary
static class Test03_SyncHashMap.PutGetRemoveAsync
           
 
Field Summary
static boolean failure
           
static CountDownLatch latch
           
static SyncHashMap<Integer,Integer> map
           
 
Fields inherited from class cz.cuni.amis.tests.BaseTest
log, NEW_LINE
 
Constructor Summary
Test03_SyncHashMap()
           
 
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

map

public static SyncHashMap<Integer,Integer> map

latch

public static CountDownLatch latch

failure

public static boolean failure
Constructor Detail

Test03_SyncHashMap

public Test03_SyncHashMap()
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.