com.ibm.test
Class TestAll

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

public class TestAll
extends TestFmwk

Top level test used to run all other tests as a batch.


Constructor Summary
TestAll()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void TestBigNumberFormat()
           
 void TestCalendar()
           
 void TestCharacter()
           
 void TestCompression()
           
 void TestNormalizer()
           
 void TestRichEdit()
           
 void TestRuleBasedBreakIterator()
           
 void TestRuleBasedNumberFormat()
           
 void TestSearch()
           
 void TestTimeZone()
           
 void TestTranslit()
           
 
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

TestAll

public TestAll()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception

TestBigNumberFormat

public void TestBigNumberFormat()
                         throws java.lang.Exception

TestCompression

public void TestCompression()
                     throws java.lang.Exception

TestNormalizer

public void TestNormalizer()
                    throws java.lang.Exception

TestRuleBasedNumberFormat

public void TestRuleBasedNumberFormat()
                               throws java.lang.Exception

TestRuleBasedBreakIterator

public void TestRuleBasedBreakIterator()
                                throws java.lang.Exception

TestTranslit

public void TestTranslit()
                  throws java.lang.Exception

TestSearch

public void TestSearch()
                throws java.lang.Exception

TestRichEdit

public void TestRichEdit()
                  throws java.lang.Exception

TestCalendar

public void TestCalendar()
                  throws java.lang.Exception

TestTimeZone

public void TestTimeZone()
                  throws java.lang.Exception

TestCharacter

public void TestCharacter()
                   throws java.lang.Exception


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