Package br.com.caelum.vraptor.test.container

Examples of br.com.caelum.vraptor.test.container.CdiContainer


  private static CdiContainer cdiContainer;
  protected static CDIBasedContainer cdiBasedContainer;

  @BeforeClass
  public static void startCDIContainer(){
    cdiContainer = new CdiContainer();
    cdiContainer.start();
    cdiBasedContainer = CDI.current().select(CDIBasedContainer.class).get();
  }
View Full Code Here

TOP

Related Classes of br.com.caelum.vraptor.test.container.CdiContainer

Copyright © 2018 www.massapicom. 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.