Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DFloatTest.java88 String expectedString) { in doTestCompareRawBits() argument
492 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_NormalPositiveExponent() local
495 + ">.The expected result should be:<" + expectedString in test_parseFloat_LString_NormalPositiveExponent()
541 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_NormalNegativeExponent() local
544 + ">.The expected result should be:<" + expectedString in test_parseFloat_LString_NormalNegativeExponent()
591 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_MaxNormalBoundary() local
594 + ">.The expected result should be:<" + expectedString in test_parseFloat_LString_MaxNormalBoundary()
641 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_MinNormalBoundary() local
644 + ">.The expected result should be:<" + expectedString in test_parseFloat_LString_MinNormalBoundary()
691 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_MaxSubNormalBoundary() local
[all …]
/libcore/luni/src/test/java/libcore/libcore/net/
DInetAddressUtilsTest.java84 public void parseNumericAddress(String address, String expectedString) { in parseNumericAddress() argument
86 assertEquals(expectedString, inetAddress.getHostAddress()); in parseNumericAddress()
/libcore/luni/src/test/java/libcore/java/net/
DInetAddressTest.java140 public void test_parseNumericAddress(String address, String expectedString) throws Exception { in test_parseNumericAddress() argument
141 assertEquals(expectedString, InetAddress.parseNumericAddress(address).toString()); in test_parseNumericAddress()
470 public void test_toString(String address, String expectedString) throws Exception { in test_toString() argument
474 assertEquals(expectedString, result); in test_toString()
/libcore/luni/src/test/java/libcore/java/util/
DBase64Test.java388 String expectedString = "abcefghi"; in testDecoder_decodeArrayToArray() local
389 byte[] decodedBytes = expectedString.getBytes(US_ASCII); in testDecoder_decodeArrayToArray()
428 String expectedString = "abcefghi"; in testDecoder_decodeByteBuffer() local
429 byte[] expectedBytes = expectedString.getBytes(US_ASCII); in testDecoder_decodeByteBuffer()
644 String expectedString = "YWJjZWZnaGk="; in testEncoder_encodeArrayToArray() local
645 byte[] encodedBytes = expectedString.getBytes(US_ASCII); in testEncoder_encodeArrayToArray()
680 String expectedString = "YWJjZWZnaGk="; in testEncoder_encodeByteBuffer() local
681 byte[] expectedBytes = expectedString.getBytes(US_ASCII); in testEncoder_encodeByteBuffer()
DLibcoreIoDerivedBase64Test.java299 String expectedString = intsToString(expected, len); in assertSubArrayEquals() local
301 assertEquals(expectedString, actualString); in assertSubArrayEquals()
/libcore/luni/src/test/java/libcore/xml/
DXsltXPathConformanceTestSuite.java420 String expectedString = nodeToNormalizedString(expectedNode); in assertNodesAreEquivalent() local
424 expectedString, actualString); in assertNodesAreEquivalent()
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DParameterTest.java913 ExecutableTestHelper checkParametersToString(String expectedString) { in checkParametersToString() argument
914 assertEquals(expectedString, Arrays.toString(executable.getParameters())); in checkParametersToString()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DDatagramChannelTest.java1275 InetSocketAddress expectedAddress, String expectedString) throws IOException { in receiveOnChannel1AndClose() argument
1293 assertEquals(new String(buf.array(), 0, buf.position()), expectedString); in receiveOnChannel1AndClose()
1310 private void receiveOnDatagramSocket1(int bufSize, String expectedString) in receiveOnDatagramSocket1() argument
1316 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/ ...