public abstract class HttpWagonTests
extends java.lang.Object
| Constructor and Description |
|---|
HttpWagonTests() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addNotificationTarget(java.lang.Object target) |
static void |
afterAll() |
void |
afterEach() |
static void |
beforeAll() |
void |
beforeEach() |
protected java.lang.String |
getBaseUrl() |
protected static WagonTestCaseConfigurator |
getConfigurator() |
protected static org.codehaus.plexus.PlexusContainer |
getContainer() |
protected int |
getDefaultPort() |
protected int |
getPort() |
protected int |
getPortPropertyValue() |
protected Repository |
getRepo() |
protected ServerFixture |
getServerFixture() |
protected static java.util.Set<java.io.File> |
getTmpfiles() |
protected Wagon |
getWagon() |
protected boolean |
initTest(AuthenticationInfo auth,
ProxyInfo proxy) |
protected boolean |
initTest(java.lang.String baseUrl,
AuthenticationInfo auth,
ProxyInfo proxy) |
protected boolean |
isSsl() |
protected boolean |
isSupported() |
protected ProxyInfo |
newProxyInfo() |
protected java.io.File |
newTempFile() |
static void |
setDefaultPort(int defaultPort) |
public void beforeEach()
throws java.lang.Exception
java.lang.Exceptionpublic static void beforeAll()
throws java.lang.Exception
java.lang.Exceptionpublic void afterEach()
public static void afterAll()
protected void addNotificationTarget(java.lang.Object target)
protected java.io.File newTempFile()
throws java.io.IOException
java.io.IOExceptionprotected boolean isSsl()
protected ProxyInfo newProxyInfo()
protected boolean isSupported()
protected boolean initTest(AuthenticationInfo auth, ProxyInfo proxy) throws org.codehaus.plexus.component.configurator.ComponentConfigurationException, ConnectionException, AuthenticationException
org.codehaus.plexus.component.configurator.ComponentConfigurationExceptionConnectionExceptionAuthenticationExceptionprotected boolean initTest(java.lang.String baseUrl,
AuthenticationInfo auth,
ProxyInfo proxy)
throws org.codehaus.plexus.component.configurator.ComponentConfigurationException,
ConnectionException,
AuthenticationException
org.codehaus.plexus.component.configurator.ComponentConfigurationExceptionConnectionExceptionAuthenticationExceptionprotected int getPort()
protected int getDefaultPort()
public static void setDefaultPort(int defaultPort)
protected int getPortPropertyValue()
protected java.lang.String getBaseUrl()
protected ServerFixture getServerFixture()
protected static org.codehaus.plexus.PlexusContainer getContainer()
protected Wagon getWagon()
protected static WagonTestCaseConfigurator getConfigurator()
protected static java.util.Set<java.io.File> getTmpfiles()
protected Repository getRepo()
Copyright © 2003-2013. All Rights Reserved.