Searched defs:testFindStatic (Results 1 – 2 of 2) sorted by relevance
| /libcore/ojluni/src/test/java/lang/invoke/ |
| D | MethodHandlesGeneralTest.java | 78 public void testFindStatic() throws Throwable { in testFindStatic() method in MethodHandlesGeneralTest 102 …void testFindStatic(Class<?> defc, Class<?> ret, String name, Class<?>... params) throws Throwable… in testFindStatic() method in MethodHandlesGeneralTest 108 …void testFindStatic(Lookup lookup, Class<?> defc, Class<?> ret, String name, Class<?>... params) t… in testFindStatic() method in MethodHandlesGeneralTest 112 …void testFindStatic(boolean positive, Lookup lookup, Class<?> defc, Class<?> ret, String name, Cla… in testFindStatic() method in MethodHandlesGeneralTest
|
| D | JavaDocExamplesTest.java | 125 @Test public void testFindStatic() throws Throwable { in testFindStatic() method in JavaDocExamplesTest
|