Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe
Tagged

Validation Testing

A collection of 1 post

Validation Testing

Spring MVC Validation Testing

참조 : Spring MVC 9장springmodules의 valang을 활용한 Validation 테스트Where is ErrorsVerifier class mentioned in Expert Spring MVC? 본문에서 Validator를 테스트 하는 방법을 소개하고 있습니다. public class PersonValidatorTests extends TestCase {    public void testEmptyPersonValidation() {        Person person = new Person();        Validator validator = new PersonValidator(); 

  • 백기선
백기선 Jun 10, 2007 • 2 min read
Whiteship © 2021
Powered by Ghost