]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/tsputil.h
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / test / intltest / tsputil.h
index 7716f04e8dccbd3ac6090bb2bf571451d8216871..5c5649bda637a354788c935a79fa161ad2034824 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2004, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -25,6 +25,21 @@ private:
 //    void remainderTest(double x, double y, double exp);
     void maxMinTest(double a, double b, double exp, UBool max);
 
+    // the actual tests; methods return the number of errors
+    void testNaN(void);
+    void testPositiveInfinity(void);
+    void testNegativeInfinity(void);
+    void testZero(void);
+
+    // subtests of testNaN
+    void testIsNaN(void);
+    void NaNGT(void);
+    void NaNLT(void);
+    void NaNGTE(void);
+    void NaNLTE(void);
+    void NaNE(void);
+    void NaNNE(void);
+
 };
  
 #endif