Home
last modified time | relevance | path

Searched refs:getTestConstructor (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/test-base/src/junit/framework/
H A DTestSuite.java54 constructor= getTestConstructor(theClass); in createTest()
81 public static Constructor<?> getTestConstructor(Class<?> theClass) throws NoSuchMethodException { in getTestConstructor() method in TestSuite
135 getTestConstructor(theClass); // Avoid generating multiple error messages
/aosp14/frameworks/base/test-base/api/
H A Dcurrent.txt224 …method public static java.lang.reflect.Constructor<?> getTestConstructor(Class<?>) throws java.lan…