Searched refs:testWrongArgumentCount (Results 1 – 1 of 1) sorted by relevance
368 public void testWrongArgumentCount() throws Throwable { in testWrongArgumentCount() method in InvokeGenericTest371 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 InvokeGenericTest385 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