Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java401 public void testBind() throws Throwable { in testBind() method in MethodHandlesGeneralTest
420 void testBind(Class<?> defc, Class<?> ret, String name, Class<?>... params) throws Throwable { in testBind() method in MethodHandlesGeneralTest
426 …void testBind(boolean positive, Lookup lookup, Class<?> defc, Class<?> ret, String name, Class<?>.… in testBind() method in MethodHandlesGeneralTest