org.jboss.test.aop.nonjunit
Class StandaloneTest

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.aop.nonjunit.StandaloneTest

public class StandaloneTest
extends TestCase

Sample client for the jboss container.

See Also:
Serialized Form

Constructor Summary
StandaloneTest(java.lang.String name)
           
 
Method Summary
static Test suite()
           
 void testAspect()
           
 void testBasic()
           
 void testCallerPointcut()
           
 void testConstructorInterception()
           
 void testDynamicInterceptors()
           
 void testExceptions()
           
 void testFieldInterception()
           
 void testInheritance()
           
 void testMetadata()
           
 void testMethodInterception()
           
 void testMixin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneTest

public StandaloneTest(java.lang.String name)
Method Detail

testMethodInterception

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

testFieldInterception

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

testBasic

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

testAspect

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

testCallerPointcut

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

testInheritance

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

testMetadata

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

testDynamicInterceptors

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

testMixin

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

testConstructorInterception

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

testExceptions

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

suite

public static Test suite()
                  throws java.lang.Exception
Throws:
java.lang.Exception