Home
last modified time | relevance | path

Searched refs:expectedString (Results 1 – 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DDoubleTest.java186 String expectedString) { in doTestCompareRawBits() argument
194 assertEquals(expectedString.toLowerCase(Locale.US), convertedString in doTestCompareRawBits()
432 String testString, expectedString; in test_parseDoubleLjava_lang_String() local
433 testString = expectedString = "3.4e-" + i; in test_parseDoubleLjava_lang_String()
434 doTestCompareRawBits(testString, rawBitsFor3_4en324ToN1[324 - i], expectedString); in test_parseDoubleLjava_lang_String()
449 String testString, expectedString; in test_parseDoubleLjava_lang_String() local
450 testString = expectedString = "1.2e" + i; in test_parseDoubleLjava_lang_String()
451 doTestCompareRawBits(testString, rawBitsFor1_2e0To309[i], expectedString); in test_parseDoubleLjava_lang_String()
764 String expectedString = "0x" + Long.toHexString(Double.doubleToLongBits(expected)); in test_parseDouble_LString_NormalPositiveExponent() local
767 + ">.The expected result should be:<" + expectedString in test_parseDouble_LString_NormalPositiveExponent()
[all …]
DFloatTest.java88 String expectedString) { in doTestCompareRawBits() argument
476 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_NormalPositiveExponent() local
479 + ">.The expected result should be:<" + expectedString in test_parseFloat_LString_NormalPositiveExponent()
525 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_NormalNegativeExponent() local
528 + ">.The expected result should be:<" + expectedString in test_parseFloat_LString_NormalNegativeExponent()
575 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_MaxNormalBoundary() local
578 + ">.The expected result should be:<" + expectedString in test_parseFloat_LString_MaxNormalBoundary()
625 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_MinNormalBoundary() local
628 + ">.The expected result should be:<" + expectedString in test_parseFloat_LString_MinNormalBoundary()
675 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_MaxSubNormalBoundary() local
[all …]
/libcore/dom/src/test/java/org/w3c/domts/
DJUnitTestCaseAdapter.java252 String expectedString; in assertEqualsIgnoreCase() local
261 expectedString = (String) expectedIter.next(); in assertEqualsIgnoreCase()
262 if(actualString.equalsIgnoreCase(expectedString)) { in assertEqualsIgnoreCase()
264 expectedArray.remove(expectedString); in assertEqualsIgnoreCase()
279 String expectedString; in assertEqualsIgnoreCase() local
282 expectedString = (String) expected.get(i); in assertEqualsIgnoreCase()
284 if(!expectedString.equalsIgnoreCase(actualString)) { in assertEqualsIgnoreCase()
285 assertEquals(assertID,expectedString,actualString); in assertEqualsIgnoreCase()
381 String expectedString; in equalsIgnoreCase() local
390 expectedString = (String) expectedIter.next(); in equalsIgnoreCase()
[all …]
/libcore/luni/src/test/java/libcore/xml/
DXsltXPathConformanceTestSuite.java420 String expectedString = nodeToNormalizedString(expectedNode); in assertNodesAreEquivalent() local
424 expectedString, actualString); in assertNodesAreEquivalent()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DDatagramChannelTest.java1273 InetSocketAddress expectedAddress, String expectedString) throws IOException { in receiveOnChannel1AndClose() argument
1291 assertEquals(new String(buf.array(), 0, buf.position()), expectedString); in receiveOnChannel1AndClose()
1308 private void receiveOnDatagramSocket1(int bufSize, String expectedString) in receiveOnDatagramSocket1() argument
1314 assertEquals(new String(buf, 0, bufSize).trim(), expectedString); in receiveOnDatagramSocket1()
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...