org.jboss.cache.tests
Class RestartTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jboss.cache.tests.RestartTest
All Implemented Interfaces:
junit.framework.Test

public class RestartTest
extends junit.framework.TestCase

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

Version:
$Id: RestartTest.java,v 1.2.8.2 2005/04/06 21:07:04 starksm Exp $
Author:
Bela Ban

Constructor Summary
RestartTest()
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.Test suite()
           
 void testLocalRestartNoTransactions()
           
 void testLocalRestartWithTransactions()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RestartTest

public RestartTest()
Method Detail

testLocalRestartNoTransactions

public void testLocalRestartNoTransactions()
                                    throws Exception
Throws:
Exception

testLocalRestartWithTransactions

public void testLocalRestartWithTransactions()
                                      throws Exception
Throws:
Exception

suite

public static junit.framework.Test suite()

main

public static void main(String[] args)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.