Examples of ForgeArchive


Examples of org.jboss.forge.arquillian.archive.ForgeArchive

public class ClassLoaderAdapterCollisionsTest
{
   @Deployment(order = 3)
   public static ForgeArchive getDeployment()
   {
      ForgeArchive archive = ShrinkWrap.create(ForgeArchive.class)
               .addBeansXML()
               .addPackages(true, ClassWithGetterAndSetter.class.getPackage())
               .addAsLocalServices(ClassLoaderAdapterCollisionsTest.class);

      return archive;
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.