Class AbstractConcurrentTestCase

java.lang.Object
org.wildfly.clustering.marshalling.AbstractConcurrentTestCase
Direct Known Subclasses:
JavaConcurrentTestCase, JBossConcurrentTestCase, ProtoStreamConcurrentTestCase

public abstract class AbstractConcurrentTestCase extends Object
Generic tests for java.util.concurrent.* classes.
Author:
Paul Ferraro
  • Constructor Details

  • 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()