Home
last modified time | relevance | path

Searched refs: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
359 testFindConstructor(true, EXAMPLE, Example.class); in testFindConstructor()
360 testFindConstructor(true, EXAMPLE, Example.class, int.class); in testFindConstructor()
361 testFindConstructor(true, EXAMPLE, Example.class, int.class, int.class); in testFindConstructor()
362 testFindConstructor(true, EXAMPLE, Example.class, int.class, long.class); in testFindConstructor()
363 testFindConstructor(true, EXAMPLE, Example.class, int.class, float.class); in testFindConstructor()
364 testFindConstructor(true, EXAMPLE, Example.class, int.class, double.class); in testFindConstructor()
365 testFindConstructor(true, EXAMPLE, Example.class, String.class); in testFindConstructor()
366 testFindConstructor(true, EXAMPLE, Example.class, int.class, int.class, int.class); in testFindConstructor()
367testFindConstructor(true, EXAMPLE, Example.class, int.class, int.class, int.class, int.class); in testFindConstructor()
[all …]
DJavaDocExamplesTest.java159 @Test public void testFindConstructor() throws Throwable { in testFindConstructor() method in JavaDocExamplesTest