Searched defs:findConstructor (Results 1 – 2 of 2) sorted by relevance
35 private Constructor findConstructor(Class cls, Class[] parameters) { in findConstructor() method in JUnitMethodFinder
562 public static <T> Constructor<T> findConstructor(Class<T> cls, boolean forceAccess) in findConstructor() method in ClassUtil