/***********************************************************************
- * COPYRIGHT:
- * Copyright (c) 1997-2004, International Business Machines Corporation
+ * Copyright (c) 1997-2012, International Business Machines Corporation
* and others. All Rights Reserved.
***********************************************************************/
virtual void TestGenericAPI(void); // New to C++ -- needs to be back ported to Java
virtual void TestWOY(void);
+
+ virtual void TestDebug(void);
public: // package
/**
// internal - for other test use
public:
+ void Test6703(void);
+ void Test3785(void);
+ void Test1624(void);
+
+ /**
+ * Test the time stamp array recalculation during heavy Calendar usage
+ */
+ void TestTimeStamp(void);
+ /**
+ * Test the ISO8601 calendar type
+ */
+ void TestISO8601(void);
+
+ /**
+ * Test cases for [set|get][Repeated|Skipped]WallTimeOption
+ */
+ void TestAmbiguousWallTimeAPIs(void);
+ void TestRepeatedWallTime(void);
+ void TestSkippedWallTime(void);
+ void TestCloneLocale(void);
};
#endif /* #if !UCONFIG_NO_FORMATTING */