org.jboss.test.aop.test
Class AOPTestSetup

java.lang.Object
  extended byTestSetup
      extended byorg.jboss.test.JBossTestSetup (src) 
          extended byorg.jboss.test.aop.test.AOPTestSetup

public class AOPTestSetup
extends JBossTestSetup (src)

A test setup wrapper that enables the AspectManager transformation mode on setUp and disables it on tearDown.

See Also:
Serialized Form

Field Summary
static java.lang.String ASPECT_MANAGER_NAME
           
 
Fields inherited from class org.jboss.test.JBossTestSetup (src)
delegate
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 
Methods inherited from class org.jboss.test.JBossTestSetup (src)
createTestServices, deploy, flushAuthCache, flushAuthCache, getBeanCount, getDeployerName, getDeployURL, getInitialContext, getIterationCount, getJndiInitFactory, getJndiURL, getLog, getResourceURL, getServer, getServerHost, getThreadCount, invoke, redeploy, restartDBPool, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASPECT_MANAGER_NAME

public static java.lang.String ASPECT_MANAGER_NAME
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