Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java356 public void testFindConstructor() throws Throwable { in testFindConstructor() method in MethodHandlesGeneralTest
370 void testFindConstructor(boolean positive, Lookup lookup, in testFindConstructor() method in MethodHandlesGeneralTest
DJavaDocExamplesTest.java159 @Test public void testFindConstructor() throws Throwable { in testFindConstructor() method in JavaDocExamplesTest