Searched refs:testCases2 (Results 1 – 2 of 2) sorted by relevance
172 String [][] testCases2 = { in testToHexString() local216 for (int i = 0; i < testCases2.length; i++) { in testToHexString()217 String result = Double.toHexString(Double.parseDouble(testCases2[i][0])); in testToHexString()218 String expected = hexLongStringtoHexDoubleString(testCases2[i][1]); in testToHexString()220 "For floating-point string " + testCases2[i][0] + in testToHexString()
311 BigDecimal[][] testCases2 = { in scaledRoundedDivideTests() local330 for (BigDecimal[] test : testCases2) { in scaledRoundedDivideTests()