Searched refs:CREATE_USER_OUTPUT_REGEX (Results 1 – 1 of 1) sorted by relevance
49 private static final Pattern CREATE_USER_OUTPUT_REGEX = field in ManagedProfileLifecycleStressTest125 final Matcher matcher = CREATE_USER_OUTPUT_REGEX.matcher(output.trim()); in createManagedProfile()