Searched refs:testGuardWithTest (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java2181 public void testGuardWithTest() throws Throwable { method in class:MethodHandlesTest
2186 testGuardWithTest(nargs, Object.class);
2187 testGuardWithTest(nargs, String.class);
2190 void testGuardWithTest(int nargs, Class<?> argClass) throws Throwable { method in class:MethodHandlesTest
2191 testGuardWithTest(nargs, 0, argClass);
2194 testGuardWithTest(nargs, testDrops, argClass);
2197 void testGuardWithTest(int nargs, int testDrops, Class<?> argClass) throws Throwable { method in class:MethodHandlesTest

Completed in 40 milliseconds