140141142143144145146
} @Test(expectedExceptions = ConstraintDeclarationException.class) @SpecAssertion(section = "4.4.5", id = "f") public void testGroupConversionWithSequenceAsFrom() { validator.validate( new UserWithGroupConversionWithSequenceAsFrom() ); }