cz.cuni.amis.concurrency
Class Test02_HashMap

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

public class Test02_HashMap
extends cz.cuni.amis.tests.ConcurrencyTest


Nested Class Summary
static class Test02_HashMap.IncValueAsync
           
 
Field Summary
static HashMap<Integer,Integer> map
           
 
Fields inherited from class cz.cuni.amis.tests.BaseTest
log, NEW_LINE
 
Constructor Summary
Test02_HashMap()
           
 
Method Summary
 void test()
           
 
Methods inherited from class cz.cuni.amis.tests.ConcurrencyTest
runConcurrent
 
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 HashMap<Integer,Integer> map
Constructor Detail

Test02_HashMap

public Test02_HashMap()
Method Detail

test

public void test()


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