Searched refs:getTestConstructor (Results 1 – 2 of 2) sorted by relevance
54 constructor= getTestConstructor(theClass); in createTest()81 public static Constructor<?> getTestConstructor(Class<?> theClass) throws NoSuchMethodException { in getTestConstructor() method in TestSuite135 getTestConstructor(theClass); // Avoid generating multiple error messages
224 …method public static java.lang.reflect.Constructor<?> getTestConstructor(Class<?>) throws java.lan…