org.jboss.test.cache.test.eviction
Class RegionManagerUnitTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.cache.test.eviction.RegionManagerUnitTestCase

public class RegionManagerUnitTestCase
extends TestCase

See Also:
Serialized Form

Constructor Summary
RegionManagerUnitTestCase(java.lang.String s)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
           
static Test suite()
           
 void tearDown()
           
 void testCreateRegion()
           
 void testCreateRegion2()
           
 void testGetRegion()
           
 void testRegionConflict()
           
 void testRegionConflict2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionManagerUnitTestCase

public RegionManagerUnitTestCase(java.lang.String s)
Method Detail

setUp

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

tearDown

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

testCreateRegion

public void testCreateRegion()

testCreateRegion2

public void testCreateRegion2()

testRegionConflict

public void testRegionConflict()

testRegionConflict2

public void testRegionConflict2()

testGetRegion

public void testGetRegion()

suite

public static Test suite()

main

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