/libcore/ojluni/src/test/java/math/BigDecimal/ |
D | CompareToTests.java | 48 {valueOf(0), valueOf(0), ZERO}, in compareToTests() 49 {valueOf(0), valueOf(1), MINUS_ONE}, in compareToTests() 50 {valueOf(1), valueOf(2), MINUS_ONE}, in compareToTests() 51 {valueOf(2), valueOf(1), ONE}, in compareToTests() 52 {valueOf(10), valueOf(10), ZERO}, in compareToTests() 55 {valueOf(2,1), valueOf(2), MINUS_ONE}, in compareToTests() 56 {valueOf(2,-1), valueOf(2), ONE}, in compareToTests() 57 {valueOf(1,1), valueOf(2), MINUS_ONE}, in compareToTests() 58 {valueOf(1,-1), valueOf(2), ONE}, in compareToTests() 59 {valueOf(5,-1), valueOf(2), ONE}, in compareToTests() [all …]
|
D | PowTests.java | 42 …{BigDecimal.valueOf(0, Integer.MAX_VALUE), new BigDecimal(0), BigDecimal.valueOf(1, … in zeroAndOneTests() 43 …{BigDecimal.valueOf(0, Integer.MAX_VALUE), new BigDecimal(1), BigDecimal.valueOf(0, … in zeroAndOneTests() 44 …{BigDecimal.valueOf(0, Integer.MAX_VALUE), new BigDecimal(2), BigDecimal.valueOf(0, … in zeroAndOneTests() 45 …{BigDecimal.valueOf(0, Integer.MAX_VALUE), new BigDecimal(999999999), BigDecimal.valueOf(0, … in zeroAndOneTests() 47 …{BigDecimal.valueOf(0, Integer.MIN_VALUE), new BigDecimal(0), BigDecimal.valueOf(1, … in zeroAndOneTests() 48 …{BigDecimal.valueOf(0, Integer.MIN_VALUE), new BigDecimal(1), BigDecimal.valueOf(0, … in zeroAndOneTests() 49 …{BigDecimal.valueOf(0, Integer.MIN_VALUE), new BigDecimal(2), BigDecimal.valueOf(0, … in zeroAndOneTests() 50 …{BigDecimal.valueOf(0, Integer.MIN_VALUE), new BigDecimal(999999999), BigDecimal.valueOf(0, … in zeroAndOneTests() 52 …{BigDecimal.valueOf(1, Integer.MAX_VALUE), new BigDecimal(0), BigDecimal.valueOf(1, … in zeroAndOneTests() 53 …{BigDecimal.valueOf(1, Integer.MAX_VALUE), new BigDecimal(1), BigDecimal.valueOf(1, … in zeroAndOneTests() [all …]
|
D | PrecisionTests.java | 40 private static BigDecimal NINE = valueOf(9); 46 valueOf(1), valueOf(9), in testPrecision() 63 valueOf(2147483648L), // 2^31: 10 digits in testPrecision() 64 valueOf(-2147483648L), // -2^31: 10 digits in testPrecision() 65 valueOf(98893745455L), // random: 11 digits in testPrecision() 66 valueOf(3455436789887L), // random: 13 digits in testPrecision() 67 valueOf(140737488355328L), // 2^47: 15 digits in testPrecision() 68 valueOf(-140737488355328L), // -2^47: 15 digits in testPrecision() 69 valueOf(7564232235739573L), // random: 16 digits in testPrecision() 70 valueOf(25335434990002322L), // random: 17 digits in testPrecision() [all …]
|
D | EqualsTests.java | 48 {valueOf(Integer.MAX_VALUE), valueOf(Integer.MAX_VALUE)}, in testEquals() 49 {valueOf(Long.MAX_VALUE), valueOf(-Long.MAX_VALUE)}, in testEquals() 51 {valueOf(12345678), valueOf(12345678)}, in testEquals() 52 {valueOf(123456789), valueOf(123456788)}, in testEquals() 59 {valueOf(Long.MIN_VALUE), new BigDecimal("-9223372036854775808")}, in testEquals() 60 {new BigDecimal("9223372036854775808"), valueOf(Long.MAX_VALUE)}, in testEquals() 62 {valueOf(Math.round(Math.pow(2, 10))), new BigDecimal("1024")}, in testEquals() 63 {new BigDecimal("1020"), valueOf(Math.pow(2, 11))}, in testEquals() 65 {new BigDecimal(BigInteger.valueOf(2).pow(65)), in testEquals()
|
D | RangeTests.java | 71 BigDecimal.valueOf(0), in addBoundaryTest() 75 BigDecimal.valueOf(0), in addBoundaryTest() 79 BigDecimal.valueOf(1), in addBoundaryTest() 83 BigDecimal.valueOf(-1), in addBoundaryTest() 87 BigDecimal.valueOf(-1), in addBoundaryTest() 91 BigDecimal.valueOf(1), in addBoundaryTest() 95 BigDecimal.valueOf(Integer.MAX_VALUE), in addBoundaryTest() 99 BigDecimal.valueOf(Integer.MAX_VALUE), in addBoundaryTest() 103 BigDecimal.valueOf(999), in addBoundaryTest() 107 BigDecimal.valueOf(Integer.MAX_VALUE/2), in addBoundaryTest() [all …]
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldAndroidFloatDoubleTest.java | 27 Double d = Double.valueOf(1.0); in testFloatDouble() 28 Float f = Float.valueOf(1.0f); in testFloatDouble() 68 assertEquals(Float.valueOf(pz), Float.valueOf(pz)); in testFloat() 69 assertTrue(!Float.valueOf(pz).equals(Float.valueOf(nz))); in testFloat() 70 assertEquals(Float.valueOf(pz), Float.valueOf(pzero)); in testFloat() 71 assertTrue(!Float.valueOf(pz).equals(Float.valueOf(nzero))); in testFloat() 73 assertTrue(!Float.valueOf(nz).equals(Float.valueOf(pz))); in testFloat() 74 assertEquals(Float.valueOf(nz), Float.valueOf(nz)); in testFloat() 75 assertTrue(!Float.valueOf(nz).equals(Float.valueOf(pzero))); in testFloat() 76 assertEquals(Float.valueOf(nz), Float.valueOf(nzero)); in testFloat() [all …]
|
/libcore/ojluni/src/test/java/math/BigInteger/ |
D | CompareToTests.java | 51 {valueOf(0), valueOf(0), ZERO}, in compareToTests() 52 {valueOf(0), valueOf(1), MINUS_ONE}, in compareToTests() 53 {valueOf(1), valueOf(2), MINUS_ONE}, in compareToTests() 54 {valueOf(2), valueOf(1), ONE}, in compareToTests() 55 {valueOf(10), valueOf(10), ZERO}, in compareToTests() 74 {valueOf(Long.MAX_VALUE), valueOf(Long.MAX_VALUE), ZERO}, in compareToTests() 75 {valueOf(Long.MAX_VALUE).negate(), valueOf(Long.MAX_VALUE), MINUS_ONE}, in compareToTests() 77 {valueOf(Long.MAX_VALUE-1), valueOf(Long.MAX_VALUE), MINUS_ONE}, in compareToTests() 78 {valueOf(Long.MAX_VALUE-1).negate(), valueOf(Long.MAX_VALUE), MINUS_ONE}, in compareToTests() 80 {valueOf(Long.MIN_VALUE), valueOf(Long.MAX_VALUE), MINUS_ONE}, in compareToTests() [all …]
|
D | TestValueExact.java | 43 BigInteger.valueOf(Long.MIN_VALUE), in testLongValueExact() 45 BigInteger.valueOf(Long.MAX_VALUE) in testLongValueExact() 49 BigInteger.valueOf(Long.MIN_VALUE).subtract(BigInteger.ONE), in testLongValueExact() 50 BigInteger.valueOf(Long.MAX_VALUE).add(BigInteger.ONE) in testLongValueExact() 71 BigInteger.valueOf(Integer.MIN_VALUE), in testIntValueExact() 75 BigInteger.valueOf(Integer.MAX_VALUE) in testIntValueExact() 79 BigInteger.valueOf((long)Integer.MIN_VALUE - 1), in testIntValueExact() 80 BigInteger.valueOf((long)Integer.MAX_VALUE + 1) in testIntValueExact() 101 BigInteger.valueOf(Short.MIN_VALUE), in testShortValueExact() 105 BigInteger.valueOf(Short.MAX_VALUE) in testShortValueExact() [all …]
|
/libcore/luni/src/test/java/tests/security/spec/ |
D | EllipticCurveTest.java | 44 ECFieldFp f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray01() 46 BigInteger b = BigInteger.valueOf(19L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray01() 54 b = BigInteger.valueOf(23L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray01() 60 f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray01() 62 b = BigInteger.valueOf(19L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray01() 80 BigInteger b = BigInteger.valueOf(19L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray02() 90 f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray02() 92 b = BigInteger.valueOf(19L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray02() 101 f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray02() 125 ECFieldFp f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray03() [all …]
|
D | RSAOtherPrimeInfoTest.java | 43 new RSAOtherPrimeInfo(BigInteger.valueOf(1L), in testRSAOtherPrimeInfo01() 44 BigInteger.valueOf(2L), in testRSAOtherPrimeInfo01() 45 BigInteger.valueOf(3L)); in testRSAOtherPrimeInfo01() 56 BigInteger.valueOf(2L), in testRSAOtherPrimeInfo02() 57 BigInteger.valueOf(3L)); in testRSAOtherPrimeInfo02() 69 new RSAOtherPrimeInfo(BigInteger.valueOf(1L), in testRSAOtherPrimeInfo03() 71 BigInteger.valueOf(3L)); in testRSAOtherPrimeInfo03() 83 new RSAOtherPrimeInfo(BigInteger.valueOf(1L), in testRSAOtherPrimeInfo04() 84 BigInteger.valueOf(2L), in testRSAOtherPrimeInfo04() 98 BigInteger.valueOf(2L), in testRSAOtherPrimeInfo05() [all …]
|
D | ECPointTest.java | 48 new ECPoint(BigInteger.valueOf(-23456L), BigInteger.valueOf(-23456L)); in testECPoint01() 49 new ECPoint(BigInteger.valueOf(123456L), BigInteger.valueOf(123456L)); in testECPoint01() 50 new ECPoint(BigInteger.valueOf(-56L), BigInteger.valueOf(234L)); in testECPoint01() 51 new ECPoint(BigInteger.valueOf(3456L), BigInteger.valueOf(-2344L)); in testECPoint01() 96 BigInteger x = BigInteger.valueOf(-23456L); in testGetAffineX01() 97 ECPoint p = new ECPoint(x, BigInteger.valueOf(23456L)); in testGetAffineX01() 124 BigInteger y = BigInteger.valueOf(23456L); in testGetAffineY01() 125 ECPoint p = new ECPoint(BigInteger.valueOf(-23456L), y); in testGetAffineY01() 151 new ECPoint(BigInteger.valueOf(-23456L), BigInteger.ONE); in testEqualsObject01() 155 p1 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.ONE); in testEqualsObject01() [all …]
|
D | ECFieldFpTest.java | 47 new ECFieldFp(BigInteger.valueOf(23L)); in testECFieldFp01() 57 new ECFieldFp(BigInteger.valueOf(21L)); in testECFieldFp02() 67 new ECFieldFp(BigInteger.valueOf(-1L)); in testECFieldFp03() 81 new ECFieldFp(BigInteger.valueOf(0L)); in testECFieldFp04() 109 ECFieldFp f = new ECFieldFp(BigInteger.valueOf(23L)); in testHashCode01() 128 assertTrue(new ECFieldFp(BigInteger.valueOf(23L)).hashCode() == in testHashCode02() 129 new ECFieldFp(BigInteger.valueOf(23L)).hashCode()); in testHashCode02() 138 assertEquals(5, new ECFieldFp(BigInteger.valueOf(23L)).getFieldSize()); in testGetFieldSize() 147 BigInteger p = BigInteger.valueOf(23L); in testGetP() 157 ECFieldFp obj = new ECFieldFp(BigInteger.valueOf(23L)); in testEqualsObject01() [all …]
|
D | RSAPublicKeySpecTest.java | 46 new RSAPublicKeySpec(BigInteger.valueOf(1234567890L), in testRSAPublicKeySpec01() 47 BigInteger.valueOf(3L)); in testRSAPublicKeySpec01() 70 new RSAPublicKeySpec(BigInteger.valueOf(1234567890L), in testGetModulus() 71 BigInteger.valueOf(3L)); in testGetModulus() 72 assertTrue(BigInteger.valueOf(1234567890L).equals(rpks.getModulus())); in testGetModulus() 81 new RSAPublicKeySpec(BigInteger.valueOf(3L), in testGetPublicExponent() 82 BigInteger.valueOf(1234567890L)); in testGetPublicExponent() 83 assertTrue(BigInteger.valueOf(1234567890L).equals(rpks.getPublicExponent())); in testGetPublicExponent() 89 new RSAPublicKeySpec(BigInteger.valueOf(1234567890L), in testGetParams() 90 BigInteger.valueOf(3L), aps); in testGetParams()
|
/libcore/ojluni/src/main/java/java/awt/font/ |
D | TextAttribute.java | 195 Float.valueOf(0.5f); 202 Float.valueOf(0.75f); 210 Float.valueOf(0.875f); 217 Float.valueOf(1.0f); 224 Float.valueOf(1.25f); 232 Float.valueOf(1.5f); 239 Float.valueOf(1.75f); 246 Float.valueOf(2.0f); 253 Float.valueOf(2.25f); 260 Float.valueOf(2.5f); [all …]
|
/libcore/ojluni/src/test/java/lang/String/CompactString/ |
D | ValueOf.java | 48 return new Object[][] { { String.valueOf(true), "true" }, in valueOfs() 49 { String.valueOf(false), "false" }, in valueOfs() 50 { String.valueOf(1.0f), "1.0" }, in valueOfs() 51 { String.valueOf(0.0f), "0.0" }, in valueOfs() 52 { String.valueOf(Float.MAX_VALUE), "3.4028235E38" }, in valueOfs() 53 { String.valueOf(Float.MIN_VALUE), "1.4E-45" }, in valueOfs() 54 { String.valueOf(1.0d), "1.0" }, in valueOfs() 55 { String.valueOf(0.0d), "0.0" }, in valueOfs() 56 { String.valueOf(Double.MAX_VALUE), "1.7976931348623157E308" }, in valueOfs() 57 { String.valueOf(Double.MIN_VALUE), "4.9E-324" }, in valueOfs() [all …]
|
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | AtomicReferenceArrayTest.java | 41 Integer.valueOf(42), in testCompareAndExchange() 42 Integer.valueOf(43), in testCompareAndExchange() 43 Integer.valueOf(44), in testCompareAndExchange() 44 Integer.valueOf(45) in testCompareAndExchange() 48 Integer val = Integer.valueOf(i+1); in testCompareAndExchange() 49 assertEquals(expectedArray[i], arr.compareAndExchange(i, Integer.valueOf(0), val)); in testCompareAndExchange() 58 val = Integer.valueOf(-1); in testCompareAndExchange() 65 val = Integer.valueOf(i*2); in testCompareAndExchange() 77 Integer.valueOf(42), in testCompareAndExchangeAcquire() 78 Integer.valueOf(43), in testCompareAndExchangeAcquire() [all …]
|
D | AtomicReferenceTest.java | 33 Integer currentValue = Integer.valueOf(42); in testCompareAndExchange() 37 Integer newValue = Integer.valueOf(1); in testCompareAndExchange() 60 newValue = Integer.valueOf(0); in testCompareAndExchange() 67 newValue = Integer.valueOf(0); in testCompareAndExchange() 78 Integer currentValue = Integer.valueOf(42); in testCompareAndExchangeAcquire() 82 Integer newValue = Integer.valueOf(1); in testCompareAndExchangeAcquire() 105 newValue = Integer.valueOf(0); in testCompareAndExchangeAcquire() 112 newValue = Integer.valueOf(0); in testCompareAndExchangeAcquire() 123 Integer currentValue = Integer.valueOf(42); in testCompareAndExchangeRelease() 127 Integer newValue = Integer.valueOf(1); in testCompareAndExchangeRelease() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | NumberTest.java | 28 ((byte) Integer.valueOf(number).intValue()) == Integer.valueOf(number) in test_byteValue() 32 ((byte) Integer.valueOf(number).intValue()) == Integer.valueOf(number) in test_byteValue() 36 ((byte) Integer.valueOf(number).intValue()) == Integer.valueOf(number) in test_byteValue() 40 ((byte) Integer.valueOf(number).intValue()) == Integer.valueOf(number) in test_byteValue() 50 ((short) Integer.valueOf(number).intValue()) == Integer.valueOf(number) in test_shortValue() 54 ((short) Integer.valueOf(number).intValue()) == Integer.valueOf(number) in test_shortValue() 58 ((short) Integer.valueOf(number).intValue()) == Integer.valueOf(number) in test_shortValue() 62 ((short) Integer.valueOf(number).intValue()) == Integer.valueOf(number) in test_shortValue()
|
D | ShortTest.java | 291 assertEquals("Returned incorrect short", -32768, Short.valueOf("-32768") in test_valueOfLjava_lang_String2() 293 assertEquals("Returned incorrect short", 32767, Short.valueOf("32767") in test_valueOfLjava_lang_String2() 304 assertEquals("Incorrectly parsed hex string", 255, Short.valueOf("FF", 16) in test_valueOfLjava_lang_StringI2() 306 assertEquals("Incorrectly parsed oct string", 16, Short.valueOf("20", 8) in test_valueOfLjava_lang_StringI2() 308 assertEquals("Incorrectly parsed dec string", 20, Short.valueOf("20", 10) in test_valueOfLjava_lang_StringI2() 310 assertEquals("Incorrectly parsed bin string", 4, Short.valueOf("100", 2) in test_valueOfLjava_lang_StringI2() 312 assertEquals("Incorrectly parsed -hex string", -255, Short.valueOf("-FF", 16) in test_valueOfLjava_lang_StringI2() 314 assertEquals("Incorrectly parsed -oct string", -16, Short.valueOf("-20", 8) in test_valueOfLjava_lang_StringI2() 316 assertEquals("Incorrectly parsed -bin string", -4, Short.valueOf("-100", 2) in test_valueOfLjava_lang_StringI2() 318 assertTrue("Did not decode 32767 correctly", Short.valueOf("32767", 10) in test_valueOfLjava_lang_StringI2() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | LinkedHashSetTest.java | 122 hs.add(Integer.valueOf(8)); in test_addLjava_lang_Object() 124 hs.add(Integer.valueOf(-9)); in test_addLjava_lang_Object() 127 assertTrue("Failed to add element to set", hs.contains(Integer.valueOf(-9))); in test_addLjava_lang_Object() 210 hs.remove(Integer.valueOf(98)); in test_removeLjava_lang_Object() 211 assertTrue("Failed to remove element", !hs.contains(Integer.valueOf(98))); in test_removeLjava_lang_Object() 239 v.add(Float.valueOf(3.14f)); in test_retainAllLjava_util_Collection() 240 lhs.add(Integer.valueOf(1)); in test_retainAllLjava_util_Collection() 245 v.add(Integer.valueOf(1)); in test_retainAllLjava_util_Collection() 246 v.add(Integer.valueOf(2)); in test_retainAllLjava_util_Collection() 247 v.add(Integer.valueOf(3)); in test_retainAllLjava_util_Collection() [all …]
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | TimestampTest.java | 54 Timestamp t1 = Timestamp.valueOf("2001-12-31 21:45:57.123456789"); in testValueOf() 58 Timestamp t2 = Timestamp.valueOf("2001-01-02 01:05:07.123"); in testValueOf() 62 Timestamp t3 = Timestamp.valueOf("2001-01-02 01:05:07"); in testValueOf() 72 Timestamp.valueOf(""); in testValueOfInvalid() 77 Timestamp.valueOf("+2001-12-31"); in testValueOfInvalid() 82 Timestamp.valueOf("2001-+12-31"); in testValueOfInvalid() 87 Timestamp.valueOf("2001-12-+31"); in testValueOfInvalid() 92 Timestamp.valueOf("-2001-12-31"); in testValueOfInvalid() 97 Timestamp.valueOf("2001--12-31"); in testValueOfInvalid() 102 Timestamp.valueOf("2001-12--31"); in testValueOfInvalid() [all …]
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | OldAndroidArrayListTest.java | 34 array.add(Integer.valueOf(0)); in testArrayList() 35 array.add(0, Integer.valueOf(1)); in testArrayList() 36 array.add(1, Integer.valueOf(2)); in testArrayList() 37 array.add(Integer.valueOf(3)); in testArrayList() 38 array.add(Integer.valueOf(1)); in testArrayList() 50 assertTrue(array.contains(Integer.valueOf(2))); in testArrayList() 51 assertEquals(0, array.indexOf(Integer.valueOf(1))); in testArrayList() 52 assertEquals(4, array.lastIndexOf(Integer.valueOf(1))); in testArrayList() 53 assertTrue(array.indexOf(Integer.valueOf(5)) < 0); in testArrayList() 54 assertTrue(array.lastIndexOf(Integer.valueOf(5)) < 0); in testArrayList() [all …]
|
/libcore/support/src/test/java/tests/support/ |
D | Support_ListTest.java | 46 .equals(Integer.valueOf(counter))); in runTest() 50 list.add(50, Integer.valueOf(1000)); in runTest() 52 .get(50).equals(Integer.valueOf(1000))); in runTest() 55 list.get(51).equals(Integer.valueOf(50))); in runTest() 58 list.get(49).equals(Integer.valueOf(49))); in runTest() 60 list.set(50, Integer.valueOf(2000)); in runTest() 62 .equals(Integer.valueOf(2000))); in runTest() 64 list.get(51).equals(Integer.valueOf(50))); in runTest() 66 .get(49).equals(Integer.valueOf(49))); in runTest() 70 list.get(50).equals(Integer.valueOf(50))); in runTest() [all …]
|
D | Support_CollectionTest.java | 44 myCollection.add(Integer.valueOf(101)); in runTest() 45 myCollection.add(Integer.valueOf(102)); in runTest() 46 myCollection.add(Integer.valueOf(103)); in runTest() 52 .contains(Integer.valueOf(101))); in runTest() 56 .remove(Integer.valueOf(101))); in runTest() 58 .contains(Integer.valueOf(101))); in runTest() 69 col.remove(Integer.valueOf(101)); in runTest() 80 .contains(Integer.valueOf(102))); in runTest() 82 .contains(Integer.valueOf(103))); in runTest() 94 .contains(Integer.valueOf(0))); in runTest() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
D | RoundingModeTest.java | 29 …assertEquals("valueOf failed for ROUND_CEILING", RoundingMode.valueOf(BigDecimal.ROUND_CEILING), R… in test_valueOfI() 30 …assertEquals("valueOf failed for ROUND_DOWN", RoundingMode.valueOf(BigDecimal.ROUND_DOWN), Roundin… in test_valueOfI() 31 …assertEquals("valueOf failed for ROUND_FLOOR", RoundingMode.valueOf(BigDecimal.ROUND_FLOOR), Round… in test_valueOfI() 32 …assertEquals("valueOf failed for ROUND_HALF_DOWN", RoundingMode.valueOf(BigDecimal.ROUND_HALF_DOWN… in test_valueOfI() 33 …assertEquals("valueOf failed for ROUND_HALF_EVEN", RoundingMode.valueOf(BigDecimal.ROUND_HALF_EVEN… in test_valueOfI() 34 …assertEquals("valueOf failed for ROUND_HALF_UP", RoundingMode.valueOf(BigDecimal.ROUND_HALF_UP), R… in test_valueOfI() 35 …assertEquals("valueOf failed for ROUND_UNNECESSARY", RoundingMode.valueOf(BigDecimal.ROUND_UNNECES… in test_valueOfI() 36 …assertEquals("valueOf failed for ROUND_UP", RoundingMode.valueOf(BigDecimal.ROUND_UP), RoundingMod… in test_valueOfI() 38 RoundingMode.valueOf(13); in test_valueOfI() 43 RoundingMode.valueOf(-1); in test_valueOfI()
|