Searched defs:testWrongArgumentCount (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/test/java/lang/invoke/
H A DInvokeGenericTest.java368 public void testWrongArgumentCount() throws Throwable { method in class:InvokeGenericTest
378 public void testWrongArgumentCount(List<Class<?>> params) throws Throwable { method in class:InvokeGenericTest
390 public void testWrongArgumentCount(List<Class<?>> expect, List<Class<?>> observe) throws Throwable { method in class:InvokeGenericTest

Completed in 24 milliseconds