Examples of JUnitDeploymentAppender


Examples of org.jboss.arquillian.junit.container.JUnitDeploymentAppender

{

   @Test
   public void shouldGenerateDependencies() throws Exception
   {
      Archive<?> archive = new JUnitDeploymentAppender().createAuxiliaryArchive();
     
      Assert.assertTrue(
            "Should have added Extension",
            archive.contains(ArchivePaths.create("/META-INF/services/org.jboss.arquillian.container.test.spi.TestRunner")));
     
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.