Searched defs:expectedString (Results 1 - 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DDoubleTest.java186 String expectedString) {
194 assertEquals(expectedString.toLowerCase(Locale.US), convertedString
448 String testString, expectedString;
449 testString = expectedString = "3.4e-" + i;
450 doTestCompareRawBits(testString, rawBitsFor3_4en324ToN1[324 - i], expectedString);
465 String testString, expectedString;
466 testString = expectedString = "1.2e" + i;
467 doTestCompareRawBits(testString, rawBitsFor1_2e0To309[i], expectedString);
787 String expectedString = "0x" + Long.toHexString(Double.doubleToLongBits(expected));
790 + ">.The expected result should be:<" + expectedString
185 doTestCompareRawBits(String originalDoubleString, long expectedRawBits, String expectedString) argument
[all...]
H A DFloatTest.java88 String expectedString) {
492 String expectedString = Integer.toHexString(Float.floatToIntBits(expected));
495 + ">.The expected result should be:<" + expectedString
541 String expectedString = Integer.toHexString(Float.floatToIntBits(expected));
544 + ">.The expected result should be:<" + expectedString
591 String expectedString = Integer.toHexString(Float.floatToIntBits(expected));
594 + ">.The expected result should be:<" + expectedString
641 String expectedString = Integer.toHexString(Float.floatToIntBits(expected));
644 + ">.The expected result should be:<" + expectedString
691 String expectedString
87 doTestCompareRawBits(String originalFloatString, int expectedRawBits, String expectedString) argument
[all...]
/libcore/luni/src/test/java/libcore/java/net/
H A DInetAddressTest.java139 public void test_parseNumericAddress(String address, String expectedString) throws Exception { argument
140 assertEquals(expectedString, InetAddress.parseNumericAddress(address).toString());
444 public void test_toString(String address, String expectedString) throws Exception { argument
448 assertEquals(expectedString, result);
/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DParameterTest.java911 ExecutableTestHelper checkParametersToString(String expectedString) { argument
912 assertEquals(expectedString, Arrays.toString(executable.getParameters()));
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DDatagramChannelTest.java1275 InetSocketAddress expectedAddress, String expectedString) throws IOException {
1293 assertEquals(new String(buf.array(), 0, buf.position()), expectedString);
1310 private void receiveOnDatagramSocket1(int bufSize, String expectedString) argument
1316 assertEquals(new String(buf, 0, bufSize).trim(), expectedString);
1274 receiveOnChannel1AndClose(int bufSize, InetSocketAddress expectedAddress, String expectedString) argument
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 159 milliseconds