Searched refs:ConstructorClass (Results 1 – 2 of 2) sorted by relevance
146 private static class ConstructorClass { class in ExecutableParameterTest148 public ConstructorClass(Integer parameter1, Integer parameter2) {} in ConstructorClass() method in ExecutableParameterTest.ConstructorClass151 public ConstructorClass(@AnnotationB @AnnotationD String parameter1, in ConstructorClass() method in ExecutableParameterTest.ConstructorClass157 ConstructorClass.class.getDeclaredConstructor(Integer.class, Integer.class); in testConstructorGetParameterAnnotations()164 ConstructorClass.class.getDeclaredConstructor(String.class, String.class); in testConstructorGetParameterAnnotations()
74 private static class ConstructorClass { class in AnnotatedElementParameterTest76 public ConstructorClass(Integer parameter1, Integer parameter2) {} in ConstructorClass() method in AnnotatedElementParameterTest.ConstructorClass79 public ConstructorClass(@AnnotationB @AnnotationD String parameter1, in ConstructorClass() method in AnnotatedElementParameterTest.ConstructorClass84 Class<?> c = ConstructorClass.class; in testConstructorParameterAnnotations()