com.ibm.icu.dev.test |
Shared utilities for tests.
|
Java Source File Name | Type | Comment |
AbstractTestLog.java | Class | |
ModuleTest.java | Class | Ray: An adapter class for TestDataMoule to make it like TestFmwk
A convenience extension of TestFmwk for use by data module-driven tests.
Tests can implement this if they make extensive use of information in a
TestDataModule.
Subclasses can allow for test methods that don't use data from the modeul by
overriding validateMethod to return true for these methods. |
ResourceModule.java | Class | Represents a collection of test data described in a UResourceBoundle file. |
TestAll.java | Class | Top level test used to run all other tests as a batch. |
TestBoilerplate.java | Class | To use, override the abstract and the protected methods as necessary. |
TestDataModule.java | Interface | Represents a collection of test data described in a file. |
TestFmwk.java | Class | TestFmwk is a base class for tests that can be run conveniently from the
command line as well as under the Java test harness.
Sub-classes implement a set of methods named Test . |
TestLog.java | Interface | |
TestLogWriter.java | Class | |
TestUtil.java | Class | |
UTF16Util.java | Class | Utility class for supplementary code point
support. |