Package org.jboss.test.aop.inheritanceacrosspackages.base

Examples of org.jboss.test.aop.inheritanceacrosspackages.base.Base.base()


      assertTrue(TestInterceptor.intercepted);
      TestInterceptor.intercepted = false;
      base.field = base.field -1;
      assertTrue(TestInterceptor.intercepted);
      TestInterceptor.intercepted = false;
      base.base();
      assertTrue(TestInterceptor.intercepted);
   }

   public void testChildClass() throws Exception
   {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.