org.apache.commons.codec
Class CharEncodingTest

java.lang.Object
  extended by org.apache.commons.codec.CharEncodingTest

public class CharEncodingTest
extends Object

Sanity checks for CharEncoding.

Version:
$Id: CharEncodingTest.html 889935 2013-12-11 05:05:13Z ggregory $

Constructor Summary
CharEncodingTest()
           
 
Method Summary
 void testConstructor()
          We could make the constructor private in the future, it's a matter a style.
 void testIso8859_1()
           
 void testUsAscii()
           
 void testUtf16()
           
 void testUtf16Be()
           
 void testUtf16Le()
           
 void testUtf8()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharEncodingTest

public CharEncodingTest()
Method Detail

testConstructor

public void testConstructor()
We could make the constructor private in the future, it's a matter a style.


testIso8859_1

public void testIso8859_1()

testUsAscii

public void testUsAscii()

testUtf16

public void testUtf16()

testUtf16Be

public void testUtf16Be()

testUtf16Le

public void testUtf16Le()

testUtf8

public void testUtf8()


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.