| com.ibm.icu.dev.test.TestDataModule
All known Subclasses: com.ibm.icu.dev.test.ResourceModule,
TestDataModule | public interface TestDataModule (Code) | | Represents a collection of test data described in a file.
|
Inner Class :public static class Factory | |
Inner Class :public static class DataModuleFormatError extends Exception | |
Inner Class :public static interface TestData | |
Inner Class :public interface DataMap | |
getInfo | public DataMap getInfo()(Code) | | Get additional data related to the module, e.g. DESCRIPTION,
global settings. Might be null.
|
getName | public String getName()(Code) | | Return the name of this test data module.
|
getTestData | public TestData getTestData(String name) throws DataModuleFormatError(Code) | | Returns the TestData corresponding to name, or null if name not
found in this module. Throw error if name is not found.
throws: DataModuleFormatError - |
getTestDataIterator | public Iterator getTestDataIterator()(Code) | | Iterator |
|
|