org.jboss.aspects.test
Class AspectTestDelegate

java.lang.Object
  extended by org.jboss.test.AbstractTestDelegate
      extended by org.jboss.aspects.test.AspectTestDelegate

public class AspectTestDelegate
extends org.jboss.test.AbstractTestDelegate

Make sure the proper aop.xml is deployed before running the test.

Version:
$Revision: $
Author:
Carlo de Wolf

Field Summary
 
Fields inherited from class org.jboss.test.AbstractTestDelegate
clazz, enableSecurity, log, logging, policy, securityPolicyName
 
Constructor Summary
AspectTestDelegate(Class<?> clazz)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 
Methods inherited from class org.jboss.test.AbstractTestDelegate
enableTrace, getDelegate, getLog, log, setUpLogging, setUpSecurity, tearDownLogging, tearDownSecurity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectTestDelegate

public AspectTestDelegate(Class<?> clazz)
Parameters:
clazz - the class of the unit test case
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class org.jboss.test.AbstractTestDelegate
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class org.jboss.test.AbstractTestDelegate
Throws:
Exception


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.