java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.http.impl.entity.TestDefaultEntityDeserializer
- All Implemented Interfaces:
- junit.framework.Test
- public class TestDefaultEntityDeserializer
- 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 |
TestDefaultEntityDeserializer
public TestDefaultEntityDeserializer(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
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