Searched defs:testConvert (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/invoke/util/
H A DValueConversionsTest.java189 public void testConvert() throws Throwable { method in class:ValueConversionsTest
203 testConvert(src, dst, 0);
207 static void testConvert(Wrapper src, Wrapper dst, long tval) throws Throwable { method in class:ValueConversionsTest
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java1447 testConvert(Callee.ofType(1), null, "id", int.class);
1448 testConvert(Callee.ofType(1), null, "id", String.class);
1449 testConvert(Callee.ofType(1), null, "id", Integer.class);
1450 testConvert(Callee.ofType(1), null, "id", short.class);
1451 testConvert(Callee.ofType(1), null, "id", char.class);
1452 testConvert(Callee.ofType(1), null, "id", byte.class);
1455 void testConvert(MethodHandle id, Class<?> rtype, String name, Class<?>... params) throws Throwable { method in class:MethodHandlesTest
1456 testConvert(true, id, rtype, name, params);
1459 void testConvert(boolean positive, method in class:MethodHandlesTest
1514 testConvert(tru
[all...]

Completed in 38 milliseconds