|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.codec.binary.Base32InputStreamTest
public class Base32InputStreamTest
Constructor Summary | |
---|---|
Base32InputStreamTest()
|
Method Summary | |
---|---|
void |
testAvailable()
Tests skipping past the end of a stream. |
void |
testBase32EmptyInputStreamMimeChuckSize()
Tests the Base32InputStream implementation against empty input. |
void |
testBase32EmptyInputStreamPemChuckSize()
Tests the Base32InputStream implementation against empty input. |
void |
testBase32InputStreamByChunk()
Tests the Base32InputStream implementation. |
void |
testBase32InputStreamByteByByte()
Tests the Base32InputStream implementation. |
void |
testCodec105()
Tests the bug reported in CODEC-105. |
void |
testCodec130()
Tests the problem reported in CODEC-130. |
void |
testMarkSupported()
Tests markSupported. |
void |
testRead0()
Tests read returning 0 |
void |
testReadNull()
Tests read with null. |
void |
testReadOutOfBounds()
Tests read throwing IndexOutOfBoundsException |
void |
testSkipBig()
Tests skipping number of characters larger than the internal buffer. |
void |
testSkipNone()
Tests skipping as a noop |
void |
testSkipPastEnd()
Tests skipping past the end of a stream. |
void |
testSkipToEnd()
Tests skipping to the end of a stream. |
void |
testSkipWrongArgument()
Tests if negative arguments to skip are handled correctly. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Base32InputStreamTest()
Method Detail |
---|
public void testCodec130() throws IOException
IOException
public void testCodec105() throws IOException
IOException
public void testAvailable() throws Throwable
Throwable
public void testBase32EmptyInputStreamMimeChuckSize() throws Exception
Exception
- for some failure scenarios.public void testBase32EmptyInputStreamPemChuckSize() throws Exception
Exception
- for some failure scenarios.public void testBase32InputStreamByChunk() throws Exception
Exception
- for some failure scenarios.public void testBase32InputStreamByteByByte() throws Exception
Exception
- for some failure scenarios.public void testMarkSupported() throws Exception
Exception
public void testRead0() throws Exception
Exception
public void testReadNull() throws Exception
Exception
- for some failure scenarios.public void testReadOutOfBounds() throws Exception
Exception
public void testSkipNone() throws Throwable
Throwable
public void testSkipBig() throws Throwable
Throwable
public void testSkipPastEnd() throws Throwable
Throwable
public void testSkipToEnd() throws Throwable
Throwable
public void testSkipWrongArgument() throws Throwable
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |