public abstract class HttpWagonTests extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
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 |
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() |
protected static final org.slf4j.Logger logger
public HttpWagonTests()
public void beforeEach() throws Exception
Exception
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 getPortPropertyValue()
protected String getBaseUrl()
protected ServerFixture getServerFixture()
protected static org.codehaus.plexus.PlexusContainer getContainer()
protected static WagonTestCaseConfigurator getConfigurator()
protected static Set<File> getTmpfiles()
protected Repository getRepo()
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.