/* ******************************************************************************* * Copyright (C) 2007, International Business Machines Corporation and * * others. All Rights Reserved. * ******************************************************************************* */ package com.ibm.icu.dev.test.util; import com.ibm.icu.dev.test.TestFmwk; /** * @author srl * */ public class DebugUtilitiesTest extends TestFmwk { /** * @param args */ public static void main(String[] args) { new DebugUtilitiesTest().run(args); } public void TestStrings() { logln("ICU4C version was "+DebugUtilitiesData.ICU4C_VERSION); int typeCount = DebugUtilities.typeCount(); if(typeCount==0) { errln("typecount is 0!"); } for(int j=0;j