home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / test / intltest / nmfmapts.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-16  |  952 b   |  36 lines

  1.  
  2. /*
  3. ********************************************************************
  4. * COPYRIGHT: 
  5. * (C) Copyright Taligent, Inc., 1997
  6. * (C) Copyright International Business Machines Corporation, 1997 - 1998
  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 _INTLTESTNUMBERFORMATAPI
  15. #define _INTLTESTNUMBERFORMATAPI
  16.  
  17.  
  18. #include "utypes.h"
  19. #include "intltest.h"
  20.  
  21.  
  22. /**
  23.  *  This test executes basic functionality checks of various API functions
  24.  **/
  25. class IntlTestNumberFormatAPI: public IntlTest {
  26.     void runIndexedTest( int32_t index, bool_t exec, char* &name, char* par = NULL );  
  27.  
  28. private:
  29.     /**
  30.      * executes tests of API functions, see detailed comments in source code
  31.      **/
  32.     void testAPI(char *par);
  33. };
  34.  
  35. #endif
  36.