Searched defs:testOnly (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java55 if (av.length > 0) test.testOnly = Arrays.asList(av).toString();
56 if (REPEAT == 1 || test.testOnly != null) {
58 if (test.testOnlyTests == null) throw new RuntimeException("no matching test: "+test.testOnly);
691 String testOnly; field in class:RicochetTest
694 if (testOnly != null && !testOnly.contains(name))

Completed in 24 milliseconds