Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java78 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
DJavaDocExamplesTest.java125 @Test public void testFindStatic() throws Throwable { in testFindStatic() method in JavaDocExamplesTest