Searched defs:getTestConstructor (Results 1 - 1 of 1) sorted by path

/frameworks/base/legacy-test/src/junit/framework/
H A DTestSuite.java54 constructor= getTestConstructor(theClass);
81 public static Constructor<?> getTestConstructor(Class<?> theClass) throws NoSuchMethodException { method in class:TestSuite
135 getTestConstructor(theClass); // Avoid generating multiple error messages

Completed in 98 milliseconds