java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.http.io.TestChunkCoding
- All Implemented Interfaces:
- junit.framework.Test
- public class TestChunkCoding
- 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 |
CONTENT_CHARSET
private static final java.lang.String CONTENT_CHARSET
- See Also:
- Constant Field Values
CHUNKED_INPUT
private static final java.lang.String CHUNKED_INPUT
- See Also:
- Constant Field Values
CHUNKED_RESULT
private static final java.lang.String CHUNKED_RESULT
- See Also:
- Constant Field Values
TestChunkCoding
public TestChunkCoding(java.lang.String testName)
suite
public static junit.framework.Test suite()
main
public static void main(java.lang.String[] args)
testConstructors
public void testConstructors()
throws java.lang.Exception
testChunkedInputStreamLargeBuffer
public void testChunkedInputStreamLargeBuffer()
throws java.io.IOException
testChunkedInputStreamSmallBuffer
public void testChunkedInputStreamSmallBuffer()
throws java.io.IOException
testChunkedInputStreamOneByteRead
public void testChunkedInputStreamOneByteRead()
throws java.io.IOException
testChunkedInputStreamClose
public void testChunkedInputStreamClose()
throws java.io.IOException
testChunkedOutputStreamClose
public void testChunkedOutputStreamClose()
throws java.io.IOException
testCorruptChunkedInputStreamMissingCRLF
public void testCorruptChunkedInputStreamMissingCRLF()
throws java.io.IOException
testCorruptChunkedInputStreamMissingLF
public void testCorruptChunkedInputStreamMissingLF()
throws java.io.IOException
testCorruptChunkedInputStreamNoClosingChunk
public void testCorruptChunkedInputStreamNoClosingChunk()
throws java.io.IOException
testCorruptChunkedInputStreamInvalidSize
public void testCorruptChunkedInputStreamInvalidSize()
throws java.io.IOException
testCorruptChunkedInputStreamNegativeSize
public void testCorruptChunkedInputStreamNegativeSize()
throws java.io.IOException
testCorruptChunkedInputStreamInvalidFooter
public void testCorruptChunkedInputStreamInvalidFooter()
throws java.io.IOException
testEmptyChunkedInputStream
public void testEmptyChunkedInputStream()
throws java.io.IOException
testChunkedConsitance
public void testChunkedConsitance()
throws java.io.IOException
testChunkedOutputStream
public void testChunkedOutputStream()
throws java.io.IOException
testChunkedOutputStreamLargeChunk
public void testChunkedOutputStreamLargeChunk()
throws java.io.IOException
testChunkedOutputStreamSmallChunk
public void testChunkedOutputStreamSmallChunk()
throws java.io.IOException