org.jboss.cache.tests
Class InterceptorConfigurationTest

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

public class InterceptorConfigurationTest
extends TestCase

Created by IntelliJ IDEA. User: bela Date: Jun 9, 2004 Time: 9:05:19 AM

See Also:
Serialized Form

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

Constructor Detail

InterceptorConfigurationTest

public InterceptorConfigurationTest()
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

testBareConfig

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

testTxConfig

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

testSharedCacheLoaderConfig

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

testUnsharedCacheLoaderConfig

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

testTxAndRepl

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

suite

public static Test suite()

main

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