[Web Service Project]15. Spring Security 기반의 테스트 코드 작성하기
·
Clone
Spring Security 기반의 테스트 코드 작성하기 목표 HelloControllerTest (페이지 접근) PostsAPIControllerTest (API 호출 기능) Spring Security로 인한 접근 권한에 연관된 테스트는 Security 옵션이 필요 따라서 작성한 전체 테스트가 정상적으로 수행 Tasks -> verification -> test (전체 테스트) 전체 테스트 확인 기존에 SpringSecurity 설정이 되어 있지 않은 상태에서 작성된 테스트 코드는 Security 적용 시 오류가 발생할 수 있다.