Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/testlib/
DIntlTest.java82 List<Method> testsToRun = new ArrayList<>(args.length); in run() local
104 testsToRun.add(m); in run()
110 if (testsToRun.isEmpty()) { in run()
111 testsToRun.addAll(testMethods.values()); in run()
118 for (Method testMethod : testsToRun) { in run()