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

/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java58 if (test.testOnlyTests == null) throw new RuntimeException("no matching test: "+test.testOnly);
692 String testOnlyTests; field in class:RicochetTest
697 testOnlyTests = (testOnlyTests == null) ? name : testOnlyTests+" "+name;

Completed in 31 milliseconds