Package br.com.caelum.vraptor.util.test

Examples of br.com.caelum.vraptor.util.test.JSR303MockValidator


import br.com.flexait.core.validation.ValidatorUtil;

public class ValidatorUtilMock extends ValidatorUtil {

  public ValidatorUtilMock() {
    super(new JSR303MockValidator());
  }
View Full Code Here

TOP

Related Classes of br.com.caelum.vraptor.util.test.JSR303MockValidator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.