Home
last modified time | relevance | path

Searched refs:testMethods (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/text/testlib/
DIntlTest.java65 testMethods.put(name, method); in IntlTest()
98 Method m = testMethods.get(arg); in run()
111 testsToRun.addAll(testMethods.values()); in run()
259 for (String methodName : testMethods.keySet()) { in usage()
273 private final Map<String, Method> testMethods = new LinkedHashMap<>(); field in IntlTest
/libcore/ojluni/src/test/java/util/Arrays/
DCopyMethods.java384 Method[] testMethods = CopyMethods.class.getDeclaredMethods();
386 for (int i = 0; i < testMethods.length; i++) {
387 Method m = testMethods[i];
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...