/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2003, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
* Test the setStartRule/setEndRule API calls.
*/
virtual void TestRuleAPI(void);
+
+ void findTransition(const TimeZone& tz,
+ UDate min, UDate max);
- /**
+ /**
* subtest used by TestRuleAPI
**/
- void testUsingBinarySearch(SimpleTimeZone* tz, UDate min, UDate max, UDate expectedBoundary);
+ void testUsingBinarySearch(const TimeZone& tz,
+ UDate min, UDate max,
+ UDate expectedBoundary);
/**
void TestCountries(void);
+ void TestHistorical(void);
+
+ void TestEquivalentIDs(void);
+
static const UDate INTERVAL;
private: