Package org.jboss.test.aop.integration.complex.support.b

Examples of org.jboss.test.aop.integration.complex.support.b.TestIntercepted.doSomething()


      }
     
      TestIntercepted test = new TestIntercepted();
      if (test.isIntercepted())
         throw new RuntimeException("Should not be intercepted yet!");
      test.doSomething();
      if (test.isIntercepted() == false)
         throw new RuntimeException("Not intercepted!");
   }
}
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.