Examples of someOtherMethod()


Examples of org.jboss.test.microcontainer.support.SimpleBeanImpl.someOtherMethod()

     
      TestAspect.fooCalled = false;
      assertFalse(TestAspect.fooCalled);
      assertFalse(TestAspect.barCalled);

      bean.someOtherMethod();
      assertFalse("TestAspect.foo was called", TestAspect.fooCalled);
      assertTrue("TestAspect.bar was not called", TestAspect.barCalled);
   }
}
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.