org.jboss.cache.tests
Class CopyOnWriteArrayTest

java.lang.Object
  extended byTestCase
      extended byorg.jboss.cache.tests.CopyOnWriteArrayTest

public class CopyOnWriteArrayTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
CopyOnWriteArrayTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static Test suite()
           
protected  void tearDown()
           
 void testInsertionandIteration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyOnWriteArrayTest

public CopyOnWriteArrayTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testInsertionandIteration

public void testInsertionandIteration()

suite

public static Test suite()

main

public static void main(java.lang.String[] args)