| Index: icu46/source/test/intltest/pptest.h
|
| ===================================================================
|
| --- icu46/source/test/intltest/pptest.h (revision 0)
|
| +++ icu46/source/test/intltest/pptest.h (revision 0)
|
| @@ -0,0 +1,37 @@
|
| +/********************************************************************
|
| + * COPYRIGHT:
|
| + * Copyright (c) 1997-2009, International Business Machines Corporation and
|
| + * others. All Rights Reserved.
|
| + ********************************************************************/
|
| +
|
| +#ifndef _PARSEPOSITIONIONTEST_
|
| +#define _PARSEPOSITIONIONTEST_
|
| +
|
| +#include "unicode/utypes.h"
|
| +
|
| +#if !UCONFIG_NO_FORMATTING
|
| +
|
| +#include "intltest.h"
|
| +
|
| +
|
| +/**
|
| + * Performs test for ParsePosition
|
| + **/
|
| +class ParsePositionTest: public IntlTest {
|
| + // IntlTest override
|
| + void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
|
| +public:
|
| +
|
| + void TestParsePosition(void);
|
| + void TestFieldPosition(void);
|
| + void TestFieldPosition_example(void);
|
| + void Test4109023(void);
|
| +
|
| +protected:
|
| + UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
|
| +};
|
| +
|
| +#endif /* #if !UCONFIG_NO_FORMATTING */
|
| +
|
| +#endif // _PARSEPOSITIONIONTEST_
|
| +//eof
|
|
|
| Property changes on: icu46/source/test/intltest/pptest.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|