Package org.ocpsoft.rewrite.test
Class RewriteIT
java.lang.Object
org.ocpsoft.rewrite.test.RewriteITBase
org.ocpsoft.rewrite.test.RewriteIT
- Author:
- Lincoln Baxter, III
-
Field Summary
Fields inherited from class org.ocpsoft.rewrite.test.RewriteITBase
client -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static org.jboss.shrinkwrap.api.spec.JavaArchiveprotected static org.jboss.shrinkwrap.api.spec.JavaArchivestatic org.jboss.shrinkwrap.api.spec.WebArchivestatic org.jboss.shrinkwrap.api.spec.WebArchivegetDeployment(String name) static org.jboss.shrinkwrap.api.spec.WebArchivestatic org.jboss.shrinkwrap.api.spec.WebArchivegetDeploymentNoWebXml(String name) static org.jboss.shrinkwrap.api.spec.WebArchivestatic org.jboss.shrinkwrap.api.spec.WebArchiveprotected static org.jboss.shrinkwrap.api.spec.JavaArchiveprotected static org.jboss.shrinkwrap.api.spec.JavaArchiveprotected static org.jboss.shrinkwrap.api.spec.JavaArchiveprotected static org.jboss.shrinkwrap.api.spec.JavaArchiveprotected static org.jboss.shrinkwrap.api.spec.JavaArchivestatic booleanisJetty()static booleanisOWB()static booleanisTomcat()static booleanisWeld()Methods inherited from class org.ocpsoft.rewrite.test.RewriteITBase
assertContains, get, get, get, getBaseURL, getContextPath, getWebClient, head, resolveDependencies, resolveDependency
-
Constructor Details
-
RewriteIT
public RewriteIT()
-
-
Method Details
-
getDeployment
public static org.jboss.shrinkwrap.api.spec.WebArchive getDeployment() -
getDeployment
-
getDeploymentWithCDI
public static org.jboss.shrinkwrap.api.spec.WebArchive getDeploymentWithCDI() -
getDeploymentWithFacesAndCDI
public static org.jboss.shrinkwrap.api.spec.WebArchive getDeploymentWithFacesAndCDI() -
getDeploymentNoWebXml
public static org.jboss.shrinkwrap.api.spec.WebArchive getDeploymentNoWebXml() -
getDeploymentNoWebXml
-
isJetty
public static boolean isJetty() -
isTomcat
public static boolean isTomcat() -
isWeld
public static boolean isWeld() -
isOWB
public static boolean isOWB() -
getContainerArchive
protected static org.jboss.shrinkwrap.api.spec.JavaArchive getContainerArchive() -
getCurrentArchive
protected static org.jboss.shrinkwrap.api.spec.JavaArchive getCurrentArchive() -
getRewriteArchive
protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteArchive() -
getRewriteAnnotationsArchive
protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteAnnotationsArchive() -
getRewriteCDIArchive
protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteCDIArchive() -
getRewriteConfigArchive
protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteConfigArchive() -
getRewriteFacesArchive
protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteFacesArchive()
-