Examples of BeanNoDefaultCtorUsingParam


Examples of org.jboss.test.microcontainer.support.BeanNoDefaultCtorUsingParam

      super(name);
   }
  
   public void testIntercepted()
   {
      BeanNoDefaultCtorUsingParam bean = (BeanNoDefaultCtorUsingParam) getBean("Bean");
      CalledInterceptor.intercepted = false;
      assertEquals(14, bean.getLength());
      assertTrue("Should have invoked the CalledInterceptor", CalledInterceptor.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.