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

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.HttpWagonReasonPhraseTest
All Implemented Interfaces:
Test

public class HttpWagonReasonPhraseTest
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
 
Constructor Summary
HttpWagonReasonPhraseTest()
           
 
Method Summary
protected  void setUp()
           
 void testGetReasonPhase401()
           
 void testGetReasonPhase403()
           
 void testGetReasonPhase407()
           
 void testGetReasonPhase500()
           
 
Methods inherited from class org.apache.maven.wagon.providers.http.HttpWagonHttpServerTestCase
getWagon, startServer, stopServer
 
Methods inherited from class org.codehaus.plexus.PlexusTestCase
customizeComponentConfiguration, customizeContainerConfiguration, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getConfigurationName, getContainer, getCustomConfigurationName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, release, setupContainer, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpWagonReasonPhraseTest

public HttpWagonReasonPhraseTest()
Method Detail

setUp

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

testGetReasonPhase401

public void testGetReasonPhase401()
                           throws Exception
Throws:
Exception

testGetReasonPhase403

public void testGetReasonPhase403()
                           throws Exception
Throws:
Exception

testGetReasonPhase407

public void testGetReasonPhase407()
                           throws Exception
Throws:
Exception

testGetReasonPhase500

public void testGetReasonPhase500()
                           throws Exception
Throws:
Exception


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