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

/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java467 public void testFindStatic() throws Throwable { method in class:MethodHandlesTest
470 testFindStatic(PubExample.class, void.class, "s0");
471 testFindStatic(Example.class, void.class, "s0");
472 testFindStatic(Example.class, void.class, "pkg_s0");
473 testFindStatic(Example.class, void.class, "pri_s0");
474 testFindStatic(Example.class, void.class, "pro_s0");
475 testFindStatic(PubExample.class, void.class, "Pub/pro_s0");
477 testFindStatic(Example.class, Object.class, "s1", Object.class);
478 testFindStatic(Example.class, Object.class, "s2", int.class);
479 testFindStatic(Exampl
489 void testFindStatic(Class<?> defc, Class<?> ret, String name, Class<?>... params) throws Throwable { method in class:MethodHandlesTest
494 void testFindStatic(Lookup lookup, Class<?> defc, Class<?> ret, String name, Class<?>... params) throws Throwable { method in class:MethodHandlesTest
497 void testFindStatic(boolean positive, Lookup lookup, Class<?> defc, Class<?> ret, String name, Class<?>... params) throws Throwable { method in class:MethodHandlesTest
[all...]

Completed in 39 milliseconds