com.ibm.icu.test.text
Class UTF16Test

java.lang.Object
  |
  +--com.ibm.test.TestFmwk
        |
        +--com.ibm.icu.test.text.UTF16Test
All Implemented Interfaces:
com.ibm.test.TestLog

public final class UTF16Test
extends com.ibm.test.TestFmwk

Testing class for UTF16

Since:
feb 09 2001
Author:
Syn Wee Quek

Constructor Summary
UTF16Test()
          Constructor
 
Method Summary
static void main(java.lang.String[] arg)
           
 void TestUTF16AppendBoundCount()
          Testing UTF16 class methods append, getCharCount and bounds
 void TestUTF16OffsetCharAt()
          Testing UTF16 class methods findCodePointOffset, findOffsetFromCodePoint, charAt and charAtCodePoint
 
Methods inherited from class com.ibm.test.TestFmwk
err, errln, getErrorCount, hex, hex, hex, isVerbose, log, logln, run, run, run, writeTestName, writeTestResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UTF16Test

public UTF16Test()
Constructor
Method Detail

TestUTF16AppendBoundCount

public void TestUTF16AppendBoundCount()
Testing UTF16 class methods append, getCharCount and bounds

TestUTF16OffsetCharAt

public void TestUTF16OffsetCharAt()
Testing UTF16 class methods findCodePointOffset, findOffsetFromCodePoint, charAt and charAtCodePoint

main

public static void main(java.lang.String[] arg)


Copyright (c) 1998-2000 IBM Corporation and others.