scuffed-code/icu4c/source/test/intltest/cppcnvt.h
George Rhoten 2dbb8812ba ICU-535 fixed some compiler warnings
X-SVN-Rev: 2226
2000-08-14 21:42:36 +00:00

28 lines
628 B
C++

/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-1999, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
#include "intltest.h"
/**
* Test for APIs of CPPUnicodeConverter
**/
class ConvertTest: public IntlTest {
public:
ConvertTest() {};
~ConvertTest() {};
void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
/**
* Test everything
**/
void TestConvert(void);
void TestAmbiguous(void);
};