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

Quick Search    Search Deep

org.apache.http.impl.entity
Class TestDefaultEntityDeserializer  view TestDefaultEntityDeserializer download TestDefaultEntityDeserializer.java

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

public class TestDefaultEntityDeserializer
extends junit.framework.TestCase


Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TestDefaultEntityDeserializer(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testChunkedTransferEncodingMustBeLast()
           
 void testEntityContentEncoding()
           
 void testEntityContentType()
           
 void testEntityNeitherContentLengthNorTransferEncoding()
           
 void testEntityWithContentLength()
           
 void testEntityWithIdentityTransferEncoding()
           
 void testEntityWithInvalidContentLength()
           
 void testEntityWithMultipleContentLength()
           
 void testEntityWithMultipleContentLengthAllWrong()
           
 void testEntityWithMultipleContentLengthSomeWrong()
           
 void testEntityWithTransferEncoding()
           
 void testEntityWithUnsupportedTransferEncoding()
           
 void testIllegalGenerateArg()
           
 
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

TestDefaultEntityDeserializer

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

suite

public static junit.framework.Test suite()

main

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

testIllegalGenerateArg

public void testIllegalGenerateArg()
                            throws java.lang.Exception

testEntityWithTransferEncoding

public void testEntityWithTransferEncoding()
                                    throws java.lang.Exception

testEntityWithIdentityTransferEncoding

public void testEntityWithIdentityTransferEncoding()
                                            throws java.lang.Exception

testEntityWithUnsupportedTransferEncoding

public void testEntityWithUnsupportedTransferEncoding()
                                               throws java.lang.Exception

testChunkedTransferEncodingMustBeLast

public void testChunkedTransferEncodingMustBeLast()
                                           throws java.lang.Exception

testEntityWithContentLength

public void testEntityWithContentLength()
                                 throws java.lang.Exception

testEntityWithMultipleContentLength

public void testEntityWithMultipleContentLength()
                                         throws java.lang.Exception

testEntityWithMultipleContentLengthSomeWrong

public void testEntityWithMultipleContentLengthSomeWrong()
                                                  throws java.lang.Exception

testEntityWithMultipleContentLengthAllWrong

public void testEntityWithMultipleContentLengthAllWrong()
                                                 throws java.lang.Exception

testEntityWithInvalidContentLength

public void testEntityWithInvalidContentLength()
                                        throws java.lang.Exception

testEntityNeitherContentLengthNorTransferEncoding

public void testEntityNeitherContentLengthNorTransferEncoding()
                                                       throws java.lang.Exception

testEntityContentType

public void testEntityContentType()
                           throws java.lang.Exception

testEntityContentEncoding

public void testEntityContentEncoding()
                               throws java.lang.Exception