Package org.gatein.pc.test.unit
Class AbstractWarTestCase
java.lang.Object
org.gatein.pc.test.unit.AbstractWarTestCase
/
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.shrinkwrap.api.spec.WebArchivestatic org.jboss.shrinkwrap.api.spec.WebArchivecreateDeployment(String version, String type, String suite) final voidtest()
-
Field Details
-
deploymentURL
-
-
Constructor Details
-
AbstractWarTestCase
-
-
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()
-