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
헥사고날 아키텍처로의 전환에 따라 시스템의 안정성을 확보하기 위해 테스트 코드를 작성합니다. 테스트 코드는 헥사고날 아키텍처의 구조를 반영하여 각 레이어별로 독립적으로 작성됩니다.
도메인 객체 테스트
유스케이스 테스트
애플리케이션 서비스 테스트
API 엔드포인트 테스트
DB 연동 테스트
경계값 테스트
예외 상황 테스트
The text was updated successfully, but these errors were encountered:
limehee
No branches or pull requests
Describe
헥사고날 아키텍처로의 전환에 따라 시스템의 안정성을 확보하기 위해 테스트 코드를 작성합니다. 테스트 코드는 헥사고날 아키텍처의 구조를 반영하여 각 레이어별로 독립적으로 작성됩니다.
작업 항목
1. 테스트 환경 설정
2. 단위 테스트 작성
도메인 객체 테스트
유스케이스 테스트
애플리케이션 서비스 테스트
3. 통합 테스트 작성
API 엔드포인트 테스트
DB 연동 테스트
4. 인수 테스트 작성
5. 테스트 커버리지 확보
경계값 테스트
예외 상황 테스트
작업 절차
1. 테스트 환경 설정
2. 단위 테스트 작성
3. 통합 테스트 작성
4. 인수 테스트 작성
5. 테스트 커버리지 확보
The text was updated successfully, but these errors were encountered: