Class AbstractConcurrentTestCase
java.lang.Object
org.wildfly.clustering.marshalling.AbstractConcurrentTestCase
Generic tests for java.util.concurrent.* classes.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
AbstractConcurrentTestCase
-
-
Method Details
-
testConcurrentHashMap
@Test public void testConcurrentHashMap() -
testConcurrentHashSet
@Test public void testConcurrentHashSet() -
testConcurrentLinkedDeque
@Test public void testConcurrentLinkedDeque() -
testConcurrentLinkedQueue
@Test public void testConcurrentLinkedQueue() -
testConcurrentSkipListMap
@Test public void testConcurrentSkipListMap() -
testConcurrentSkipListSet
@Test public void testConcurrentSkipListSet() -
testCopyOnWriteArrayList
@Test public void testCopyOnWriteArrayList() -
testCopyOnWriteArraySet
@Test public void testCopyOnWriteArraySet() -
testTimeUnit
@Test public void testTimeUnit()
-