]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/tsputil.h
1 /********************************************************************
3 * Copyright (c) 1997-2011, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
16 class PUtilTest
: public IntlTest
{
18 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
);
21 // void testIEEEremainder(void);
22 void testMaxMin(void);
25 // void remainderTest(double x, double y, double exp);
26 void maxMinTest(double a
, double b
, double exp
, UBool max
);
28 // the actual tests; methods return the number of errors
30 void testPositiveInfinity(void);
31 void testNegativeInfinity(void);
34 // subtests of testNaN