org.apache.maven.wagon.providers.http
Class HttpWagonTimeoutTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.wagon.providers.http.HttpWagonHttpServerTestCase
                  extended by org.apache.maven.wagon.providers.http.HttpWagonTimeoutTest
All Implemented Interfaces:
junit.framework.Test

public class HttpWagonTimeoutTest
extends HttpWagonHttpServerTestCase

User: jdumay Date: 24/01/2008 Time: 17:17:34


Field Summary
 
Fields inherited from class org.apache.maven.wagon.providers.http.HttpWagonHttpServerTestCase
context, httpServerPort, resourceHandler
 
Fields inherited from class org.codehaus.plexus.PlexusTestCase
basedir, container
 
Constructor Summary
HttpWagonTimeoutTest()
           
 
Method Summary
protected  void setUp()
           
 void testGetFileList()
           
 void testGetTimeout()
           
 void testPutTimeout()
           
 void testResourceExits()
           
 
Methods inherited from class org.apache.maven.wagon.providers.http.HttpWagonHttpServerTestCase
getWagon, startServer, stopServer
 
Methods inherited from class org.codehaus.plexus.PlexusTestCase
createContainerInstance, customizeContext, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getContainer, getCustomConfiguration, getResourceAsStream, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, release, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpWagonTimeoutTest

public HttpWagonTimeoutTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class HttpWagonHttpServerTestCase
Throws:
Exception

testGetTimeout

public void testGetTimeout()
                    throws Exception
Throws:
Exception

testResourceExits

public void testResourceExits()
                       throws Exception
Throws:
Exception

testGetFileList

public void testGetFileList()
                     throws Exception
Throws:
Exception

testPutTimeout

public void testPutTimeout()
                    throws Exception
Throws:
Exception


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