Package test.aop

Examples of test.aop.PerThisAspect


  }

  @Test(expected=IllegalArgumentException.class)
  public void testWithNonSingletonAspectInstance() throws Exception {
    AspectJProxyFactory pf = new AspectJProxyFactory();
    pf.addAspect(new PerThisAspect());
  }
View Full Code Here

TOP

Related Classes of test.aop.PerThisAspect

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.