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