| org.apache.xmlgraphics.util.io.ASCII85OutputStreamTestCase
ASCII85OutputStreamTestCase | public class ASCII85OutputStreamTestCase extends TestCase (Code) | | Test case for ASCII85OutputStream
|
Field Summary | |
final public static byte[] | DATA |
Method Summary | |
public void | testOutput() Tests the output of ASCII85. |
DATA | final public static byte[] DATA(Code) | | Test data
|
ASCII85OutputStreamTestCase | public ASCII85OutputStreamTestCase(String name)(Code) | | See Also: junit.framework.TestCase.TestCase(String) |
testOutput | public void testOutput() throws Exception(Code) | | Tests the output of ASCII85.
throws: Exception - if an error occurs |
|
|