Package org.jboss.arquillian.testng.container

Examples of org.jboss.arquillian.testng.container.TestNGDeploymentAppender


{

   @Test
   public void shouldGenerateDependencies() throws Exception
   {
      Archive<?> archive = new TestNGDeploymentAppender().createAuxiliaryArchive();

      Assert.assertTrue(
            "Should have added TestRunner SPI",
            archive.contains(ArchivePaths.create("/META-INF/services/org.jboss.arquillian.container.test.spi.TestRunner")));
     
View Full Code Here

TOP

Related Classes of org.jboss.arquillian.testng.container.TestNGDeploymentAppender

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.