Package org.jboss.test.microcontainer.annotatedaop

Examples of org.jboss.test.microcontainer.annotatedaop.SimplePOJO.anotherMethod()


     
      //Now check that the scope was honoured
      TestAspect testA = TestAspect.last;
     
      TestAspect.reset();
      pojoA.anotherMethod();
      assertEquals(1, TestAspect.invoked);
      assertEquals(2, TestAspect.advice);
      assertSame(testA, TestAspect.last);
     
      TestAspect.reset();
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.