| org.apache.xmlgraphics.util.io.Base64Test
Base64Test | public class Base64Test extends TestCase (Code) | | This test validates that the Base64 encoder/decoders work properly.
author: Thomas DeWeese version: $Id: Base64Test.java 447277 2006-09-18 06:19:34Z jeremias $ |
Inner Class :static class StreamCopier extends Thread | |
compareStreams | public static int compareStreams(InputStream is1, InputStream is2, boolean skipws)(Code) | | Returns true if the contents of is1 match the
contents of is2
|
testBase64 | public void testBase64() throws Exception(Code) | | This method will only throw exceptions if some aspect
of the test's internal operation fails.
|
|
|