scuffed-code/icu4c/source/test/intltest/pptest.h
Helena Chapman 3aaa52af8d ICU-161 updated the copyright notices.
X-SVN-Rev: 596
2000-01-15 02:00:06 +00:00

33 lines
832 B
C++

/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-1999, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
#ifndef _PARSEPOSITIONIONTEST_
#define _PARSEPOSITIONIONTEST_
#include "unicode/utypes.h"
#include "intltest.h"
/**
* Performs test for ParsePosition
**/
class ParsePositionTest: public IntlTest {
// IntlTest override
void runIndexedTest( int32_t index, bool_t exec, char* &name, char* par );
public:
void TestParsePosition(void);
void TestFieldPosition(void);
void TestFieldPosition_example(void);
void Test4109023(void);
protected:
bool_t failure(UErrorCode status, const char* msg);
};
#endif // _PARSEPOSITIONIONTEST_
//eof