java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.http.impl.entity.TestDefaultEntitySerializer
- All Implemented Interfaces:
- junit.framework.Test
- public class TestDefaultEntitySerializer
- extends junit.framework.TestCase
| Fields inherited from class junit.framework.TestCase |
|
| 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 |
TestDefaultEntitySerializer
public TestDefaultEntitySerializer(java.lang.String testName)
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