Uses of Class
de.xima.fc.testhelper.WebDavServer
-
Packages that use WebDavServer Package Description de.xima.fc.testhelper -
-
Uses of WebDavServer in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return WebDavServer Modifier and Type Method Description static WebDavServer
WebDavServer. newServer()
Starts a new WebDAV server that does not required credentials.static WebDavServer
WebDavServer. newServer(String username, String password)
Starts a new WebDAV server secured with the given credentials.
-