|
||||||||||
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(org.mortbay.jetty.Server server,
File repositoryDirectory)
|
protected long |
getExpectedLastModifiedOnGet(Repository repository,
Resource resource)
|
protected String |
getProtocol()
|
protected String |
getTestRepositoryUrl()
|
protected void |
setHttpHeaders(StreamingWagon wagon,
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 String getTestRepositoryUrl() throws IOException
IOException
protected String getProtocol()
protected void createContext(org.mortbay.jetty.Server server, File repositoryDirectory) throws IOException
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 Exception
Exception
public void testMkdirsWithNoBasedir() throws Exception
Exception
protected void setHttpHeaders(StreamingWagon wagon, Properties properties)
public void testWagonWebDavGetFileList() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |