-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
[TEST] 테스트 코드 구현 #12
Closed
Closed
[TEST] 테스트 코드 구현 #12
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@GeneratedValue 사용
[설정 추가 내용] -. AOP 라이브러리 추가 [구현 내용] 1. 패키지 전체 AOP 설정 구현 2. 함수 별 AOP 설정 구현 (어노테이션 활용)
-. AOP 라이브러리 추가 [구현 내용] 1. 패키지 전체 AOP 설정 구현 2. 함수 별 AOP 설정 구현 (어노테이션 활용)
순수 JPA EntityListener -> Spring AuditingEntityListener
service에 있는 factory method를 DTO에게 옮겼습니다
그 외, JPA 연관관계 편의 메서드 반복형 추가
Rest 를 붙이지 않으니 무한 redirection 되는 버그를 해결
superBuilder를 사용해서 상속받은 컬럼도 접근
주문 등록을 관리하기 위해서 주문상품 서비스가 필요하다고 생각함
Log4j2 -> Slf4j
더 아름답고, 멋진 코드 나는 완성
…idation Validation 을 처리하려고 했지만... 너무 많은 것을 해버린...
우형에서 DCI 사용해서 테스트 코드 작성한다길래 변경했습니당
헐랭 rebase해서 올렸더니 이전 커밋이랑 같이 올라오네욥..? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 과제 설명
DCI(Describe, Context, It) 패턴 형태의 레이아웃을 적용했습니다.
Inner Class를 통해 DCI의 계층형 구조를 표현하였습니다.
👩💻 요구 사항과 구현 내용
DCI의 가독성을 위해 계층형 구조로 구현했습니다.
✅ PR 포인트 & 궁금한 점
이건 우형 코틀린 테스트케이스 작성 방식인데, 자바가 아니라서 이해하는데 한참걸렸네요..
https://techblog.woowahan.com/5825/