home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / test / intltest / tfsmalls.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-16  |  1.0 KB  |  35 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. /**
  15.  * TestChoiceFormat is a third level test class
  16.  */
  17.  
  18.  
  19. #include "utypes.h"
  20. #include "intltest.h"
  21.  
  22. /** 
  23.  * tests 3 smaller classes in the format library
  24.  **/
  25. class TestFormatSmallClasses: public IntlTest {
  26.     /**
  27.      * runs tests in 4 local routines,
  28.      * performs test for API and funtionalty of 3 smaller format classes:
  29.      *    ParsePosition in test_ParsePosition(),
  30.      *    FieldPosition in test_FieldPosition(),
  31.      *    Formattable in test_Formattable().
  32.      **/    
  33.     void runIndexedTest( int32_t index, bool_t exec, char* &name, char* par = NULL );
  34. };
  35.