public abstract class HttpWagonTests extends Object
Constructor and Description |
---|
HttpWagonTests() |
Modifier and Type | Method and Description |
---|---|
protected void |
addNotificationTarget(Object target) |
static void |
afterAll() |
void |
afterEach() |
static void |
beforeAll() |
void |
beforeEach() |
protected 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 Set<File> |
getTmpfiles() |
protected Wagon |
getWagon() |
protected boolean |
initTest(AuthenticationInfo auth,
ProxyInfo proxy) |
protected boolean |
initTest(String baseUrl,
AuthenticationInfo auth,
ProxyInfo proxy) |
protected boolean |
isSsl() |
protected boolean |
isSupported() |
protected ProxyInfo |
newProxyInfo() |
protected File |
newTempFile() |
static void |
setDefaultPort(int defaultPort) |
public void afterEach()
public static void afterAll()
protected void addNotificationTarget(Object target)
protected File newTempFile() throws IOException
IOException
protected 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.ComponentConfigurationException
ConnectionException
AuthenticationException
protected boolean initTest(String baseUrl, AuthenticationInfo auth, ProxyInfo proxy) throws org.codehaus.plexus.component.configurator.ComponentConfigurationException, ConnectionException, AuthenticationException
org.codehaus.plexus.component.configurator.ComponentConfigurationException
ConnectionException
AuthenticationException
protected int getPort()
protected int getDefaultPort()
public static void setDefaultPort(int defaultPort)
protected int getPortPropertyValue()
protected String getBaseUrl()
protected ServerFixture getServerFixture()
protected static org.codehaus.plexus.PlexusContainer getContainer()
protected Wagon getWagon()
protected static WagonTestCaseConfigurator getConfigurator()
protected Repository getRepo()
Copyright © 2003–2015. All rights reserved.