Searched refs:getDeclaredConstructor (Results 1 – 19 of 19) sorted by relevance
14 .getDeclaredConstructor(); in test_Constructor()
235 .getDeclaredConstructor(cl); in test_getModifiers()246 .getDeclaredConstructor(cl); in test_getModifiers()414 assertEquals(c2.getDeclaredConstructor(new Class[0]), in test_getConstructor()415 c2.getDeclaredConstructor((Class[]) null)); in test_getConstructor()419 c1.getDeclaredConstructor((Class[]) null); in test_getConstructor()
64 Constructor<?> constructor = clazz.getDeclaredConstructor(); in testSimpleTypeVariableOnConstructor()115 Constructor<?> constructor = clazz.getDeclaredConstructor(); in testMultipleTypeVariablesOnConstructor()
119 .getDeclaredConstructor(); in test_Constructor()
75 if (equals(Class.class.getDeclaredConstructor())) { in setAccessible()
132 Constructor<?> c1 = A.class.getDeclaredConstructor(); in testConstructorsOfDifferentClassLoadersAreNotEqual()133 Constructor<?> c2 = aClass.getDeclaredConstructor(); in testConstructorsOfDifferentClassLoadersAreNotEqual()
70 Constructor<?> constructor = ConstructorTestHelper.class.getDeclaredConstructor( in testGetDeclaredConstructorReturnsPrivateConstructor()
126 Constructor constructorOne = C.class.getDeclaredConstructor(A.class); in testConstructorToString()131 Constructor constructorTwo = C.class.getDeclaredConstructor(Map.class, Object.class); in testConstructorToString()
68 Constructor<?> constructor = clazz.getDeclaredConstructor(Object.class); in testConstructorGenericType()
159 assertEquals(Foo.class.getDeclaredConstructor(String.class), in testClassEnclosedByConstructor()
50 Console.class.getDeclaredConstructor(InputStream.class, OutputStream.class); in setUp()
111 Constructor<V> constructor = type.getDeclaredConstructor(String.class); in new16ElementArray()
254 Constructor<TestClass> c = TestClass.class.getDeclaredConstructor(new Class[0]); in test_getDeclaredConstructor$Ljava_lang_Class()256 c = TestClass.class.getDeclaredConstructor(Object.class); in test_getDeclaredConstructor$Ljava_lang_Class()
38 uc = String.class.getDeclaredConstructor(new Class[] { int.class,
508 public Constructor<T> getDeclaredConstructor(Class<?>... parameterTypes) in getDeclaredConstructor() method in Class1561 init = getDeclaredConstructor(); in newInstance()
605 ? declaringClass.getDeclaredConstructor(parametersArray) in indexToMethod()
704 constructor = constructorClass.getDeclaredConstructor(EmptyArray.CLASS); in resolveConstructorClass()
662 TestClass.class.getDeclaredConstructor(String.class); in test_getDeclaredConstructor$Ljava_lang_Class()
746 Constructor<?> ctor = c.getDeclaredConstructor(long.class, int.class); in testHasArrayOnJniDirectByteBuffer()