Home | History | Annotate | Download | only in intltest
      1 //  2016 and later: Unicode, Inc. and others.
      2 // License & terms of use: http://www.unicode.org/copyright.html
      3 /********************************************************************
      4  * COPYRIGHT:
      5  * Copyright (c) 1997-2001, International Business Machines Corporation and
      6  * others. All Rights Reserved.
      7  ********************************************************************/
      8 
      9 
     10 #ifndef TESTFORMATSMALLCLASSES_H
     11 #define TESTFORMATSMALLCLASSES_H
     12 
     13 #include "intltest.h"
     14 
     15 /**
     16  * tests 3 smaller classes in the format library
     17  **/
     18 class TestFormatSmallClasses: public IntlTest {
     19     /**
     20      * runs tests in 4 local routines,
     21      * performs test for API and funtionalty of 3 smaller format classes:
     22      *    ParsePosition in test_ParsePosition(),
     23      *    FieldPosition in test_FieldPosition(),
     24      *    Formattable in test_Formattable().
     25      **/
     26     void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
     27 };
     28 
     29 #endif
     30