You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
location Service 레이어를 제외하곤 테스트 코드 적용이 되지 않은 상태.
Entity, Repository, Controller에 대해서 모두 테스트 코드를 적용해보자.
유지보수(리팩토링, 비즈니스 로직 변경, 성능 최적화 등)시 치명적인 로직 오류가 생길 수 있으므로 방지해야 함
서비스 레이어에 대해선 Mock, 레포지토리와 컨트롤러 레이어에 대해선 일반 JUnit 테스트를 적용할 예정
TODO
gradlew test가 정상 작동하도록 수정 (test 주석처리한 어노테이션 되돌리기, test lombok 의존성 추가 등)
location Service 레이어를 제외하곤 테스트 코드 적용이 되지 않은 상태.
Entity, Repository, Controller에 대해서 모두 테스트 코드를 적용해보자.
유지보수(리팩토링, 비즈니스 로직 변경, 성능 최적화 등)시 치명적인 로직 오류가 생길 수 있으므로 방지해야 함
서비스 레이어에 대해선 Mock, 레포지토리와 컨트롤러 레이어에 대해선 일반 JUnit 테스트를 적용할 예정
TODO
참고할만한 레퍼런스
The text was updated successfully, but these errors were encountered: