public class Base64Test extends Object
| Constructor and Description |
|---|
Base64Test() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldEncodeStreamableValue() |
void |
shouldEncodeStringValue() |
void |
shouldSupportReadingFromSelfClosingInputStream() |
void |
testBasicExamples() |
void |
testEncodeEmptyByteArray() |
void |
testEncodeNullByteArray() |
public Base64Test()
public void testBasicExamples() throws IOException
IOExceptionpublic void shouldEncodeStringValue() throws UnsupportedEncodingException, IOException
public void shouldEncodeStreamableValue() throws IOException
IOExceptionpublic void testEncodeNullByteArray()
public void testEncodeEmptyByteArray()
@FixFor(value="MODE-2413") public void shouldSupportReadingFromSelfClosingInputStream() throws Exception
ExceptionCopyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.