buf.append(',');
}
buf.append(Action.FAIL.name());
conf.put(RetryableProcessProfile.PREFIX_COMPONENT + Mock.KEY_ATTEMPTS, buf.toString());
}
return new ProcessProfile(
"testing",
RetryableProcessProvider.class,
ProfileContext.system(getClass().getClassLoader()),
conf);
}