scuffed-code/icu4c/source/test/intltest/cppcnvt.h
Ram Viswanadha 7f6d7e256f ICU-903 update copyright notices
X-SVN-Rev: 4235
2001-03-21 20:09:56 +00:00

28 lines
636 B
C++

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