org.apache.maven.wagon.tck.http
Class HttpWagonTests

java.lang.Object
  extended by org.apache.maven.wagon.tck.http.HttpWagonTests
Direct Known Subclasses:
GetWagonTests

public abstract class HttpWagonTests
extends Object


Field Summary
protected static Logger logger
           
 
Constructor Summary
HttpWagonTests()
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static Logger logger
Constructor Detail

HttpWagonTests

public HttpWagonTests()
Method Detail

beforeEach

public void beforeEach()
                throws Exception
Throws:
Exception

beforeAll

public static void beforeAll()
                      throws Exception
Throws:
Exception

afterEach

public void afterEach()

afterAll

public static void afterAll()

addNotificationTarget

protected void addNotificationTarget(Object target)

newTempFile

protected File newTempFile()
                    throws IOException
Throws:
IOException

isSsl

protected boolean isSsl()

newProxyInfo

protected ProxyInfo newProxyInfo()

isSupported

protected boolean isSupported()

initTest

protected boolean initTest(AuthenticationInfo auth,
                           ProxyInfo proxy)
                    throws org.codehaus.plexus.component.configurator.ComponentConfigurationException,
                           ConnectionException,
                           AuthenticationException
Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
ConnectionException
AuthenticationException

initTest

protected boolean initTest(String baseUrl,
                           AuthenticationInfo auth,
                           ProxyInfo proxy)
                    throws org.codehaus.plexus.component.configurator.ComponentConfigurationException,
                           ConnectionException,
                           AuthenticationException
Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
ConnectionException
AuthenticationException

getPort

protected int getPort()

getPortPropertyValue

protected int getPortPropertyValue()

getBaseUrl

protected String getBaseUrl()

getServerFixture

protected ServerFixture getServerFixture()

getContainer

protected static org.codehaus.plexus.PlexusContainer getContainer()

getWagon

protected Wagon getWagon()

getConfigurator

protected static WagonTestCaseConfigurator getConfigurator()

getTmpfiles

protected static Set<File> getTmpfiles()

getRepo

protected Repository getRepo()


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.