org.apache.tomcat.maven.it
Class AbstractDeployWarOnlyProjectIT
java.lang.Object
org.apache.tomcat.maven.it.AbstractWarProjectIT
org.apache.tomcat.maven.it.AbstractDeployWarOnlyProjectIT
public abstract class AbstractDeployWarOnlyProjectIT
- extends AbstractWarProjectIT
- Author:
- Mark Michaelis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDeployWarOnlyProjectIT
public AbstractDeployWarOnlyProjectIT()
getWebappUrl
protected String getWebappUrl()
- Description copied from class:
AbstractWarProjectIT
- This URL will be queried for content. It will also be used to wait for the startup of the webapp.
- Specified by:
getWebappUrl
in class AbstractWarProjectIT
- Returns:
- the URL to ping
getWarArtifactId
protected String getWarArtifactId()
- Description copied from class:
AbstractWarProjectIT
- Artifact ID of the war project. Needed to uninstall any artifacts.
- Specified by:
getWarArtifactId
in class AbstractWarProjectIT
- Returns:
- artifact ID of the war project under test
testIt
public void testIt()
throws Exception
- Throws:
Exception
getTimeout
protected int getTimeout()
- Overrides:
getTimeout
in class AbstractWarProjectIT
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.