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

  1.  
  2. /*
  3. ********************************************************************
  4. * COPYRIGHT: 
  5. * (C) Copyright International Business Machines Corporation, 1998
  6. * Licensed Material - Program-Property of IBM - All Rights Reserved. 
  7. * US Government Users Restricted Rights - Use, duplication, or disclosure 
  8. * restricted by GSA ADP Schedule Contract with IBM Corp. 
  9. *
  10. ********************************************************************
  11. */
  12.  
  13. #ifndef _MESSAGEFORMATREGRESSIONTEST_
  14. #define _MESSAGEFORMATREGRESSIONTEST_
  15.  
  16. #include "utypes.h"
  17. #include "intltest.h"
  18.  
  19. /** 
  20.  * Performs regression test for MessageFormat
  21.  **/
  22. class MessageFormatRegressionTest: public IntlTest {    
  23.     
  24.     // IntlTest override
  25.     void runIndexedTest( int32_t index, bool_t exec, char* &name, char* par );
  26. public:
  27.  
  28.     void Test4074764(void);
  29.     void Test4058973(void);
  30.     void Test4031438(void);
  31.     void Test4052223(void);
  32.     void Test4104976(void);
  33.     void Test4106659(void);
  34.     void Test4106660(void);
  35.     void Test4111739(void);
  36.     void Test4114743(void);
  37.     void Test4116444(void);
  38.     void Test4114739(void);
  39.     void Test4113018(void);
  40.     void Test4106661(void);
  41.     void Test4094906(void);
  42.     void Test4118592(void);
  43.     void Test4118594(void);
  44.     void Test4105380(void);
  45.     void Test4120552(void);
  46.     void Test4142938(void);
  47.     void TestChoicePatternQuote(void);
  48.     void Test4112104(void);
  49.  
  50. protected:
  51.     bool_t failure(UErrorCode status, const char* msg);
  52.  
  53. };
  54.  
  55. #endif // _MESSAGEFORMATREGRESSIONTEST_
  56. //eof
  57.