Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.http.impl
Class TestDefaultConnectionReuseStrategy  view TestDefaultConnectionReuseStrategy download TestDefaultConnectionReuseStrategy.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.http.impl.TestDefaultConnectionReuseStrategy
All Implemented Interfaces:
junit.framework.Test

public class TestDefaultConnectionReuseStrategy
extends junit.framework.TestCase


Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TestDefaultConnectionReuseStrategy(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testBrokenConnectionDirective1()
           
 void testBrokenConnectionDirective2()
           
 void testChunkedContent()
           
 void testExplicitClose()
           
 void testExplicitKeepAlive()
           
 void testFutureHTTP()
           
 void testHTTP10Default()
           
 void testHTTP11Default()
           
 void testIgnoreInvalidKeepAlive()
           
 void testIllegalResponseArg()
           
 void testNoContentLengthResponseHttp1_0()
           
 void testNoContentLengthResponseHttp1_1()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

TestDefaultConnectionReuseStrategy

public TestDefaultConnectionReuseStrategy(java.lang.String testName)
Method Detail

suite

public static junit.framework.Test suite()

main

public static void main(java.lang.String[] args)

testIllegalResponseArg

public void testIllegalResponseArg()
                            throws java.lang.Exception

testNoContentLengthResponseHttp1_0

public void testNoContentLengthResponseHttp1_0()
                                        throws java.lang.Exception

testNoContentLengthResponseHttp1_1

public void testNoContentLengthResponseHttp1_1()
                                        throws java.lang.Exception

testChunkedContent

public void testChunkedContent()
                        throws java.lang.Exception

testIgnoreInvalidKeepAlive

public void testIgnoreInvalidKeepAlive()
                                throws java.lang.Exception

testExplicitClose

public void testExplicitClose()
                       throws java.lang.Exception

testExplicitKeepAlive

public void testExplicitKeepAlive()
                           throws java.lang.Exception

testHTTP10Default

public void testHTTP10Default()
                       throws java.lang.Exception

testHTTP11Default

public void testHTTP11Default()
                       throws java.lang.Exception

testFutureHTTP

public void testFutureHTTP()
                    throws java.lang.Exception

testBrokenConnectionDirective1

public void testBrokenConnectionDirective1()
                                    throws java.lang.Exception

testBrokenConnectionDirective2

public void testBrokenConnectionDirective2()
                                    throws java.lang.Exception