reactos/lib/3rdparty/icu4ros/icu/source/test/intltest/tfsmalls.h
Amine Khaldi c424146e2c Create a branch for cmake bringup.
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00

28 lines
842 B
C++

/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2001, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
#ifndef TESTFORMATSMALLCLASSES_H
#define TESTFORMATSMALLCLASSES_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, UBool exec, const char* &name, char* par = NULL );
};
#endif