]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/tsputil.h
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / tsputil.h
index 7716f04e8dccbd3ac6090bb2bf571451d8216871..43a4a8abcea9a53c838d38cff3fe8eb913d65a95 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -25,6 +27,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