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

Quick Search    Search Deep

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

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

public class TestDefaultEntitySerializer
extends junit.framework.TestCase


Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TestDefaultEntitySerializer(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testEntityNoContentDelimiter()
           
 void testEntitySerialization()
           
 void testEntityWithChunkTransferEncoding()
           
 void testEntityWithContentLength()
           
 void testEntityWithIdentityTransferEncoding()
           
 void testEntityWithInvalidChunkEncodingAndHTTP10()
           
 void testEntityWithInvalidContentLength()
           
 void testEntityWithInvalidTransferEncoding()
           
 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

TestDefaultEntitySerializer

public TestDefaultEntitySerializer(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

testEntityWithChunkTransferEncoding

public void testEntityWithChunkTransferEncoding()
                                         throws java.lang.Exception

testEntityWithIdentityTransferEncoding

public void testEntityWithIdentityTransferEncoding()
                                            throws java.lang.Exception

testEntityWithInvalidTransferEncoding

public void testEntityWithInvalidTransferEncoding()
                                           throws java.lang.Exception

testEntityWithInvalidChunkEncodingAndHTTP10

public void testEntityWithInvalidChunkEncodingAndHTTP10()
                                                 throws java.lang.Exception

testEntityWithContentLength

public void testEntityWithContentLength()
                                 throws java.lang.Exception

testEntityWithInvalidContentLength

public void testEntityWithInvalidContentLength()
                                        throws java.lang.Exception

testEntityNoContentDelimiter

public void testEntityNoContentDelimiter()
                                  throws java.lang.Exception

testEntitySerialization

public void testEntitySerialization()
                             throws java.lang.Exception