Package mondrian.util

Class Base64Test


  • public class Base64Test
    extends TestCase
    Test case for Base64.
    Author:
    Brian Burton, Julian Hyde
    • Constructor Summary

      Constructors 
      Constructor Description
      Base64Test()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testSimple()  
      void testStreams()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Base64Test

        public Base64Test()
    • Method Detail

      • testStreams

        public void testStreams()
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSimple

        public void testSimple()