2017-01-20 00:20:31 +00:00
|
|
|
// © 2016 and later: Unicode, Inc. and others.
|
2016-06-15 18:58:17 +00:00
|
|
|
// License & terms of use: http://www.unicode.org/copyright.html
|
2004-11-01 18:56:24 +00:00
|
|
|
/***********************************************************************
|
2000-01-15 02:00:06 +00:00
|
|
|
* COPYRIGHT:
|
2016-05-31 21:45:07 +00:00
|
|
|
* Copyright (c) 1997-2013, International Business Machines Corporation
|
|
|
|
* and others. All Rights Reserved.
|
2004-11-01 18:56:24 +00:00
|
|
|
***********************************************************************/
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
#ifndef _NUMBERFORMATREGRESSIONTEST_
|
|
|
|
#define _NUMBERFORMATREGRESSIONTEST_
|
|
|
|
|
2002-09-21 00:43:14 +00:00
|
|
|
#include "unicode/utypes.h"
|
|
|
|
|
|
|
|
#if !UCONFIG_NO_FORMATTING
|
|
|
|
|
2001-10-08 23:26:58 +00:00
|
|
|
#include "unicode/unistr.h"
|
1999-12-28 23:57:50 +00:00
|
|
|
#include "unicode/numfmt.h"
|
2001-10-08 23:26:58 +00:00
|
|
|
#include "unicode/decimfmt.h"
|
|
|
|
#include "intltest.h"
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Performs regression test for MessageFormat
|
|
|
|
**/
|
2004-12-15 01:06:19 +00:00
|
|
|
class NumberFormatRegressionTest: public IntlTest {
|
|
|
|
|
1999-08-16 21:50:52 +00:00
|
|
|
// IntlTest override
|
2000-08-14 21:42:36 +00:00
|
|
|
void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
|
1999-08-16 21:50:52 +00:00
|
|
|
public:
|
|
|
|
|
1999-12-22 22:57:04 +00:00
|
|
|
void Test4075713(void);
|
|
|
|
void Test4074620(void) ;
|
|
|
|
void Test4088161 (void);
|
|
|
|
void Test4087245 (void);
|
|
|
|
void Test4087535 (void);
|
|
|
|
void Test4088503 (void);
|
|
|
|
void Test4066646 (void);
|
1999-08-16 21:50:52 +00:00
|
|
|
float assignFloatValue(float returnfloat);
|
1999-12-22 22:57:04 +00:00
|
|
|
void Test4059870(void);
|
|
|
|
void Test4083018 (void);
|
|
|
|
void Test4071492 (void);
|
|
|
|
void Test4086575(void);
|
|
|
|
void Test4068693(void);
|
|
|
|
void Test4069754(void);
|
|
|
|
void Test4087251 (void);
|
|
|
|
void Test4090489 (void);
|
|
|
|
void Test4090504 (void);
|
|
|
|
void Test4095713 (void);
|
|
|
|
void Test4092561 (void);
|
|
|
|
void Test4092480 (void);
|
|
|
|
void Test4087244 (void);
|
|
|
|
void Test4070798 (void);
|
|
|
|
void Test4071005 (void);
|
|
|
|
void Test4071014 (void);
|
|
|
|
void Test4071859 (void);
|
|
|
|
void Test4093610(void);
|
1999-08-16 21:50:52 +00:00
|
|
|
void roundingTest(DecimalFormat *df, double x, UnicodeString& expected);
|
1999-12-22 22:57:04 +00:00
|
|
|
void Test4098741(void);
|
|
|
|
void Test4074454(void);
|
|
|
|
void Test4099404(void);
|
|
|
|
void Test4101481(void);
|
|
|
|
void Test4052223(void);
|
|
|
|
void Test4061302(void);
|
|
|
|
void Test4062486(void);
|
|
|
|
void Test4108738(void);
|
|
|
|
void Test4106658(void);
|
|
|
|
void Test4106662(void);
|
|
|
|
void Test4114639(void);
|
|
|
|
void Test4106664(void);
|
|
|
|
void Test4106667(void);
|
|
|
|
void Test4110936(void);
|
|
|
|
void Test4122840(void);
|
|
|
|
void Test4125885(void);
|
|
|
|
void Test4134034(void);
|
|
|
|
void Test4134300(void);
|
|
|
|
void Test4140009(void);
|
|
|
|
void Test4141750(void);
|
|
|
|
void Test4145457(void);
|
|
|
|
void Test4147295(void);
|
|
|
|
void Test4147706(void);
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-22 22:57:04 +00:00
|
|
|
void Test4162198(void);
|
|
|
|
void Test4162852(void);
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-12-22 22:57:04 +00:00
|
|
|
void Test4167494(void);
|
|
|
|
void Test4170798(void);
|
|
|
|
void Test4176114(void);
|
|
|
|
void Test4179818(void);
|
|
|
|
void Test4212072(void);
|
|
|
|
void Test4216742(void);
|
|
|
|
void Test4217661(void);
|
|
|
|
void Test4161100(void);
|
|
|
|
void Test4243011(void);
|
|
|
|
void Test4243108(void);
|
2001-03-07 22:01:48 +00:00
|
|
|
void TestJ691(void);
|
2011-01-04 07:42:32 +00:00
|
|
|
void Test8199(void);
|
2012-02-14 07:05:58 +00:00
|
|
|
void Test9109(void);
|
2012-12-04 20:33:19 +00:00
|
|
|
void Test9780(void);
|
2012-12-04 21:33:15 +00:00
|
|
|
void Test9677(void);
|
2013-09-17 21:56:23 +00:00
|
|
|
void Test10361(void);
|
1999-08-16 21:50:52 +00:00
|
|
|
protected:
|
2009-06-12 19:34:21 +00:00
|
|
|
UBool failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError=FALSE);
|
|
|
|
UBool failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError=FALSE);
|
|
|
|
UBool failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError=FALSE);
|
1999-08-16 21:50:52 +00:00
|
|
|
};
|
|
|
|
|
2002-09-21 00:43:14 +00:00
|
|
|
#endif /* #if !UCONFIG_NO_FORMATTING */
|
|
|
|
|
1999-08-16 21:50:52 +00:00
|
|
|
#endif // _NUMBERFORMATREGRESSIONTEST_
|
|
|
|
//eof
|