Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java276 public void testFindSpecial() throws Throwable { in testFindSpecial() method in MethodHandlesGeneralTest
279 testFindSpecial(SubExample.class, Example.class, void.class, false, "v0"); in testFindSpecial()
280 testFindSpecial(SubExample.class, Example.class, void.class, false, "pkg_v0"); in testFindSpecial()
281 testFindSpecial(RemoteExample.class, PubExample.class, void.class, false, "Pub/pro_v0"); in testFindSpecial()
282 testFindSpecial(Example.class, IntExample.class, void.class, true, "vd"); in testFindSpecial()
285 testFindSpecial(false, lookup, Object.class, Example.class, void.class, "v0"); in testFindSpecial()
286 testFindSpecial(false, lookup, SubExample.class, Example.class, void.class, "bogus"); in testFindSpecial()
287testFindSpecial(false, lookup, SubExample.class, Example.class, void.class, "<init>", int.class); in testFindSpecial()
288testFindSpecial(false, lookup, SubExample.class, Example.class, void.class, "<init>", Void.class); in testFindSpecial()
289 testFindSpecial(false, lookup, SubExample.class, Example.class, void.class, "s0"); in testFindSpecial()
[all …]