|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHttpWagonTestCase
org.apache.maven.wagon.providers.webdav.WebDavWagonTest
public class WebDavWagonTest
Constructor Summary | |
---|---|
WebDavWagonTest()
|
Method Summary | |
---|---|
protected void |
createContext(Server server,
java.io.File repositoryDirectory)
|
protected long |
getExpectedLastModifiedOnGet(Repository repository,
Resource resource)
|
protected java.lang.String |
getProtocol()
|
protected java.lang.String |
getTestRepositoryUrl()
|
protected void |
setHttpHeaders(StreamingWagon wagon,
java.util.Properties properties)
|
void |
testGetURLDavHttp()
Tests the maven 2.0.x way to define a webdav URL without SSL. |
void |
testGetURLDavHttps()
Tests the maven 2.0.x way to define a webdav URL with SSL. |
void |
testGetURLDavPlusHttp()
Tests the URI spec way of defining a webdav URL without SSL. |
void |
testGetURLDavPlusHttps()
Tests the URI spec way of defining a webdav URL with SSL. |
void |
testGetURLDavUri()
Tests the URI spec way of defining a webdav URL without SSL. |
void |
testGetURLDavUriWithSsl()
Tests the URI spec way of defining a webdav URL with SSL. |
void |
testMkdirs()
|
void |
testMkdirsWithNoBasedir()
|
void |
testWagonWebDavGetFileList()
Make sure wagon webdav can detect remote directory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebDavWagonTest()
Method Detail |
---|
protected java.lang.String getTestRepositoryUrl() throws java.io.IOException
java.io.IOException
protected java.lang.String getProtocol()
protected void createContext(Server server, java.io.File repositoryDirectory) throws java.io.IOException
java.io.IOException
protected long getExpectedLastModifiedOnGet(Repository repository, Resource resource)
public void testGetURLDavHttp()
public void testGetURLDavHttps()
public void testGetURLDavUri()
public void testGetURLDavUriWithSsl()
public void testGetURLDavPlusHttp()
public void testGetURLDavPlusHttps()
public void testMkdirs() throws java.lang.Exception
java.lang.Exception
public void testMkdirsWithNoBasedir() throws java.lang.Exception
java.lang.Exception
protected void setHttpHeaders(StreamingWagon wagon, java.util.Properties properties)
public void testWagonWebDavGetFileList() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |