Searched refs:ctorSignature (Results 1 – 1 of 1) sorted by relevance
214 final Class<?>[] ctorSignature = new Class[] { in testConstructor2() local218 Constructor<?> constructor = clazz.getConstructor(ctorSignature); in testConstructor2()