Home
last modified time | relevance | path

Searched refs:testWrongArgumentCount (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/
DInvokeGenericTest.java368 public void testWrongArgumentCount() throws Throwable { in testWrongArgumentCount() method in InvokeGenericTest
371 testWrongArgumentCount(Collections.<Class<?>>nCopies(i, Integer.class)); in testWrongArgumentCount()
373 testWrongArgumentCount(Collections.<Class<?>>nCopies(i, int.class)); in testWrongArgumentCount()
374 testWrongArgumentCount(Collections.<Class<?>>nCopies(i, long.class)); in testWrongArgumentCount()
378 public void testWrongArgumentCount(List<Class<?>> params) throws Throwable { in testWrongArgumentCount() method in InvokeGenericTest
385 testWrongArgumentCount(params, params2); in testWrongArgumentCount()
386 testWrongArgumentCount(params2, params); in testWrongArgumentCount()
390 …public void testWrongArgumentCount(List<Class<?>> expect, List<Class<?>> observe) throws Throwable… in testWrongArgumentCount() method in InvokeGenericTest