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