Searched defs:testList (Results 1 - 3 of 3) sorted by relevance
| /glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/config/ |
| H A D | DottedNamesTest.java | 196 testList( method in class:DottedNamesTest 203 testList(dottedNames, (String) results[i]); 214 final int numFound = testList(dottedNames, "domain"); 228 final int numFound = testList(dottedNames, "server"); 231 testList(dottedNames, "*");
|
| /openjdk7/jdk/test/java/util/Collection/ |
| H A D | MOAT.java | 226 testList(c); 680 private static void testList(final List<Integer> l) { method in class:MOAT 733 testList((List<Integer>)c);
|
| /openjdk7/langtools/test/tools/javac/api/ |
| H A D | T6400207.java | 37 static void testList(JavaFileManager fm, method in class:T6400207 77 testList(fm, null, null, null); 78 testList(fm, bogusLocation, packageName, kinds); 79 testList(fm, knownLocation, packageName, kinds); 80 testList(fm, null, packageName, kinds); 81 testList(fm, knownLocation, null, kinds); 82 testList(fm, knownLocation, packageName, null); 83 testList(fm, bogusLocation, null, kinds); 84 testList(fm, bogusLocation, packageName, null);
|
Completed in 56 milliseconds