rewrite-test-harness 2.0.0.Alpha3

org.ocpsoft.rewrite.test
Class RewriteTest

java.lang.Object
  extended by org.ocpsoft.rewrite.test.RewriteTestBase
      extended by org.ocpsoft.rewrite.test.RewriteTest

public class RewriteTest
extends RewriteTestBase

Author:
Lincoln Baxter, III

Constructor Summary
RewriteTest()
           
 
Method Summary
protected static org.jboss.shrinkwrap.api.spec.JavaArchive getContainerArchive()
           
protected static org.jboss.shrinkwrap.api.spec.JavaArchive getCurrentArchive()
           
static org.jboss.shrinkwrap.api.spec.WebArchive getDeployment()
           
static org.jboss.shrinkwrap.api.spec.WebArchive getDeployment(String name)
           
static org.jboss.shrinkwrap.api.spec.WebArchive getDeploymentNoWebXml()
           
static org.jboss.shrinkwrap.api.spec.WebArchive getDeploymentNoWebXml(String name)
           
static org.jboss.shrinkwrap.api.spec.WebArchive getDeploymentWithCDI()
           
protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteAnnotationsArchive()
           
protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteArchive()
           
protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteCDIArchive()
           
protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteConfigArchive()
           
protected static org.jboss.shrinkwrap.api.spec.JavaArchive getRewriteFacesArchive()
           
static boolean isJetty()
           
static boolean isOWB()
           
static boolean isTomcat()
           
static boolean isWeld()
           
 
Methods inherited from class org.ocpsoft.rewrite.test.RewriteTestBase
assertContains, get, get, get, getBaseURL, getContextPath, getWebClient, head, resolveDependencies, resolveDependency
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RewriteTest

public RewriteTest()
Method Detail

getDeployment

@Deployment(testable=false)
public static org.jboss.shrinkwrap.api.spec.WebArchive getDeployment()

getDeployment

public static org.jboss.shrinkwrap.api.spec.WebArchive getDeployment(String name)

getDeploymentWithCDI

public static org.jboss.shrinkwrap.api.spec.WebArchive getDeploymentWithCDI()

getDeploymentNoWebXml

public static org.jboss.shrinkwrap.api.spec.WebArchive getDeploymentNoWebXml()

getDeploymentNoWebXml

public static org.jboss.shrinkwrap.api.spec.WebArchive getDeploymentNoWebXml(String name)

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()

rewrite-test-harness 2.0.0.Alpha3

Copyright © 2013 OCPsoft. All Rights Reserved.