Searched refs:DRY_RUN (Results 1 – 1 of 1) sorted by relevance
59 private static final boolean DRY_RUN = Boolean.getBoolean(CLASS.getSimpleName()+".DRY_RUN"); field in PermuteArgsTest60 …ate static final boolean VERBOSE = Boolean.getBoolean(CLASS.getSimpleName()+".VERBOSE") || DRY_RUN;313 if (DRY_RUN) in testOnePermutation()