Class AbstractWarTestCase

java.lang.Object
org.gatein.pc.test.unit.AbstractWarTestCase

public abstract class AbstractWarTestCase extends Object
/
  • Field Details

    • deploymentURL

      @ArquillianResource protected URL deploymentURL
  • Constructor Details

  • Method Details

    • createDeployment

      @Deployment(name="portal", testable=false, order=1) public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() throws Exception
      Throws:
      Exception
    • createDeployment

      public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment(String version, String type, String suite) throws Exception
      Throws:
      Exception
    • test

      public final void test()