We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repository 단위 테스트를 슬라이스 테스트로 변경하여 테스트의 효율성을 높이고 실행 비용을 줄인다. (pr #241 참조)
The text was updated successfully, but these errors were encountered:
@DataJpaTest를 쓰면 Jpa에 필요한 빈만 로딩이 되어 좀 더 빠르게 테스트를 돌릴 수 있고, @transactional 어노테이션을 포함하고 있어서 테스트가 완료되면 자동으로 롤백도 됩니다!
슬라이스 테스트 관련 레퍼런스입니당
Sorry, something went wrong.
No branches or pull requests
목적
Repository 단위 테스트를 슬라이스 테스트로 변경하여 테스트의 효율성을 높이고 실행 비용을 줄인다.
(pr #241 참조)
체크리스트
주의 사항
관련 이슈
일정
The text was updated successfully, but these errors were encountered: