replay();
ValidationConstraintGenerator gen = new ValidateAnnotationConstraintGenerator();
assertEquals(gen.buildConstraints(null, conduit),
Arrays.asList("regexp=^([a]{50,125}[0-9]{2,4})+$","required", "567matcher", "regexp=a\\,b", "regexp=a{1,}"));
verify();
}