Searched refs:testOnly (Results 1 – 2 of 2) sorted by relevance
53 if (av.length > 0) test.testOnly = Arrays.asList(av).toString(); in main()54 if (REPEAT == 1 || test.testOnly != null) { in main()56 … if (test.testOnlyTests == null) throw new RuntimeException("no matching test: "+test.testOnly); in main()689 String testOnly; field in RicochetTest692 if (testOnly != null && !testOnly.contains(name)) in startTest()
2315 public static final int testOnly = 0; field in R