scuffed-code/icu4c/source/test/intltest/tfsmalls.h
Unknown User aa0b0a88e8 Initial revision
X-SVN-Rev: 2
1999-08-16 21:50:52 +00:00

35 lines
1.0 KiB
C++

/*
********************************************************************
* COPYRIGHT:
* (C) Copyright Taligent, Inc., 1997
* (C) Copyright International Business Machines Corporation, 1997 - 1998
* Licensed Material - Program-Property of IBM - All Rights Reserved.
* US Government Users Restricted Rights - Use, duplication, or disclosure
* restricted by GSA ADP Schedule Contract with IBM Corp.
*
********************************************************************
*/
/**
* TestChoiceFormat is a third level test class
*/
#include "utypes.h"
#include "intltest.h"
/**
* tests 3 smaller classes in the format library
**/
class TestFormatSmallClasses: public IntlTest {
/**
* runs tests in 4 local routines,
* performs test for API and funtionalty of 3 smaller format classes:
* ParsePosition in test_ParsePosition(),
* FieldPosition in test_FieldPosition(),
* Formattable in test_Formattable().
**/
void runIndexedTest( int32_t index, bool_t exec, char* &name, char* par = NULL );
};