com.beetstra.jutf7
Class UTF7Test

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.beetstra.jutf7.CharsetTest
              extended by com.beetstra.jutf7.UTF7Test
All Implemented Interfaces:
junit.framework.Test

public class UTF7Test
extends CharsetTest


Field Summary
 
Fields inherited from class com.beetstra.jutf7.CharsetTest
tested
 
Constructor Summary
UTF7Test()
           
 
Method Summary
protected  void setUp()
           
 void testContains()
           
 void testDecodeBase64()
           
 void testDecodeLimitedOutput()
           
 void testDecodeLong()
           
 void testDecodeMalformed()
           
 void testDecodeNoUnshiftAtEnd()
           
 void testDecodeOptionalCharsPlain()
           
 void testDecodeOptionalCharsUTF7()
           
 void testDecodeShiftSequence()
           
 void testDecodeSimple()
           
 void testDecodeUnclosed()
           
 void testEmpty()
           
 void testEncodeAddUnshiftOnUnshift()
           
 void testEncodeAlphabet()
           
 void testEncodeBase64()
           
 void testEncodeBase64NoImplicitUnshift()
           
 void testEncodeLong()
           
 void testEncodeNormalAndDifferent()
           
 void testEncodeOptionalCharsUTF7()
           
 void testEncodeShiftUnshift()
           
 void testEncodeSimple()
           
 
Methods inherited from class com.beetstra.jutf7.CharsetTest
decode, encode
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UTF7Test

public UTF7Test()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testContains

public void testContains()

testEmpty

public void testEmpty()
               throws Exception
Throws:
Exception

testDecodeSimple

public void testDecodeSimple()
                      throws Exception
Throws:
Exception

testDecodeShiftSequence

public void testDecodeShiftSequence()
                             throws Exception
Throws:
Exception

testDecodeBase64

public void testDecodeBase64()
                      throws Exception
Throws:
Exception

testDecodeLong

public void testDecodeLong()
                    throws Exception
Throws:
Exception

testDecodeUnclosed

public void testDecodeUnclosed()
                        throws Exception
Throws:
Exception

testDecodeNoUnshiftAtEnd

public void testDecodeNoUnshiftAtEnd()
                              throws Exception
Throws:
Exception

testDecodeMalformed

public void testDecodeMalformed()
                         throws Exception
Throws:
Exception

testDecodeOptionalCharsUTF7

public void testDecodeOptionalCharsUTF7()
                                 throws Exception
Throws:
Exception

testDecodeOptionalCharsPlain

public void testDecodeOptionalCharsPlain()
                                  throws Exception
Throws:
Exception

testDecodeLimitedOutput

public void testDecodeLimitedOutput()
                             throws Exception
Throws:
Exception

testEncodeSimple

public void testEncodeSimple()
                      throws Exception
Throws:
Exception

testEncodeBase64

public void testEncodeBase64()
                      throws Exception
Throws:
Exception

testEncodeBase64NoImplicitUnshift

public void testEncodeBase64NoImplicitUnshift()
                                       throws Exception
Throws:
Exception

testEncodeLong

public void testEncodeLong()
                    throws Exception
Throws:
Exception

testEncodeShiftUnshift

public void testEncodeShiftUnshift()
                            throws Exception
Throws:
Exception

testEncodeAddUnshiftOnUnshift

public void testEncodeAddUnshiftOnUnshift()
                                   throws Exception
Throws:
Exception

testEncodeNormalAndDifferent

public void testEncodeNormalAndDifferent()
                                  throws Exception
Throws:
Exception

testEncodeOptionalCharsUTF7

public void testEncodeOptionalCharsUTF7()
                                 throws Exception
Throws:
Exception

testEncodeAlphabet

public void testEncodeAlphabet()
                        throws Exception
Throws:
Exception


Copyright © 2008 sourceforge. All Rights Reserved.