Searched refs:ConstructorTest (Results 1 – 4 of 4) sorted by relevance
33 public class ConstructorTest extends TestCase { class
24 public final class ConstructorTest extends TestCase { class
162 inUtil.findConstructor(ConstructorTest.class, in test_findConstructor()170 inUtil.findConstructor(ConstructorTest.class, in test_findConstructor()178 inUtil.findConstructor(ConstructorTest.class, in test_findConstructor()2031 public static class ConstructorTest { class in MethodHandlesTest2032 ConstructorTest(String unused, int unused2) {} in ConstructorTest() method in MethodHandlesTest.ConstructorTest2033 protected ConstructorTest(String unused) {} in ConstructorTest() method in MethodHandlesTest.ConstructorTest2034 private ConstructorTest(String unused, char unused2) {} in ConstructorTest() method in MethodHandlesTest.ConstructorTest
32 public class ConstructorTest extends junit.framework.TestCase { class