home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / test / intltest / dtfmrgts.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-16  |  1.6 KB  |  59 lines

  1.  
  2. /*
  3. ********************************************************************
  4. * COPYRIGHT: 
  5. * (C) Copyright International Business Machines Corporation, 1998
  6. * Copyright (C) 1999 Alan Liu and others. All rights reserved. 
  7. * Licensed Material - Program-Property of IBM - All Rights Reserved. 
  8. * US Government Users Restricted Rights - Use, duplication, or disclosure 
  9. * restricted by GSA ADP Schedule Contract with IBM Corp. 
  10. *
  11. ********************************************************************
  12. */
  13.  
  14. #ifndef _DATEFORMATREGRESSIONTEST_
  15. #define _DATEFORMATREGRESSIONTEST_
  16.  
  17. #include "utypes.h"
  18. #include "caltztst.h"
  19.  
  20. class SimpleDateFormat;
  21.  
  22. /** 
  23.  * Performs regression test for DateFormat
  24.  **/
  25. class DateFormatRegressionTest: public CalendarTimeZoneTest {
  26.     // IntlTest override
  27.     void runIndexedTest( int32_t index, bool_t exec, char* &name, char* par );
  28. public:
  29.  
  30.     void Test4029195(void);
  31.     void Test4052408(void);
  32.     void Test4056591(void);
  33.     void Test4059917(void);
  34.     void aux917( SimpleDateFormat *fmt, UnicodeString& str );
  35.     void Test4060212(void);
  36.     void Test4061287(void);
  37.     void Test4065240(void);
  38.     void Test4071441(void);
  39.     void Test4073003(void);
  40.     void Test4089106(void);
  41.     void Test4100302(void);
  42.     void Test4101483(void);
  43.     void Test4103340(void);
  44.     void Test4103341(void);
  45.     void Test4104136(void);
  46.     void Test4104522(void);
  47.     void Test4106807(void);
  48.     void Test4108407(void); 
  49.     void Test4134203(void);
  50.     void Test4151631(void);
  51.     void Test4151706(void);
  52.     void Test4162071(void);
  53.     void Test4182066();
  54.     void Test4210209();
  55.  };
  56.  
  57. #endif // _DATEFORMATREGRESSIONTEST_
  58. //eof
  59.