-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: memberService 테스트 코드 리팩토링 및 ssafyInfo null 처리 추가
* chore: AuthFixture directory 구조 변경 * refactor: static Fixture에서 method로 instance 반환하도록 리팩토링 * fix: MemberFixture 변경으로 인한 코드 수정 * fix: MemberFixture 리팩토링 변경으로 인한 Comment, Post Fixture 수정 * fix: MemberFixture 변경으로 인한 Recruit 도메인 Fixture 수정 * refactor: MemberFixture 리팩토링으로 인한 MemberService 코드 수정 * fix: MemberService 토큰 저장 메서드 파라미터 간소화 * test: MemberService 코드 리팩토링 * test: metadataConsumer given 설정 추가 * fix: SSAFYInfo Null Pointer Exception 방지를 위한 검증 코드 추가 * feat: member의 학기 및 캠퍼스 정보 null 예외 처리 추가
- Loading branch information
Showing
13 changed files
with
611 additions
and
519 deletions.
There are no files selected for viewing
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
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
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
2 changes: 1 addition & 1 deletion
2
src/test/java/com/ssafy/ssafsound/domain/auth/controller/AuthControllerTest.java
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
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
Oops, something went wrong.