org.jboss.cache.tests
Class RestartTest

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

public class RestartTest
extends TestCase

Tests restart (stop-destroy-create-start) of TreeCache

See Also:
Serialized Form

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

Constructor Detail

RestartTest

public RestartTest()
Method Detail

testLocalRestartNoTransactions

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

testLocalRestartWithTransactions

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

suite

public static Test suite()

main

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