This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
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.
[BE] test: 테스트 커버리지 개선 및 테스트 격리 (#501)
* refactor: 사용하지 않는 테스트코드 제거 * test: 발행 상태 정보가 잘못 입력됐을때 예외테스트 추가 * refactor: 사용하지 않는 객체 삭제 * test: member의 token이 안전하게 삭제되는 테스트 추가 * test: JWT토큰 test 추가 * test: SocialType이 제대로 반환되는지 테스트 * test: Medium의 글을 발행할때 사용하는 외부 API 테스트 추가 * test: Tistory의 글을 발행할때 사용하는 외부 API 테스트 추가 및 카테고리 불러오는 API 테스트 추가 * test: 테스트 오류 수정 * test: test: Tistory의 글을 보호글 발행할때 사용하는 외부 API 테스트 추가 * test: 외부 API로 OAuth권한 부여 테스트 추가 * test: tistory의 accessToken을 제거하는 테스트 추가 * test: medium과 권한 연결하는 외부 API 테스트 추가 * test: notion과 권한 연결하는 외부 API 테스트 추 * test: mockWebServer down시켜주는 메소드 추가 * test: notion클라이언트에서 title을 가져오는 외부 API 테스트 추가 * test: notion의 글 내용을 가져오는 테스트 추가 * test: 외부 api 요청중 에러 처리 테스트 추가 * test: kakao OAuth를 이용한 외부 api 요청 테스트 추가 * test: blogType의 맞는 blog 조회 테스트 추가 * refactor: 사용하지 않는 메소드 삭제 * test: Authorization 해더값 추출 테스트 추가 * test: Exception의 반환할 수 있는 값 테스트 추가 * test: AuthFacadeService 테스트 추가 * test: mock테스트로 변경 * test: mock테스트로 변경 * test: 블로그 발생 테스트 추가 * test: getter테스트 제거 및 TrashService 테스트 추가 * test: Category의 순서 테스트 코드 추가 * test: WritingService 테스트 추가 * test: PublishService 테스트 추가 * test: AuthService 테스트 추가 * test: NotFound관련 에러 테스트 추가 * test: AuthController 테스트 추가 * test: BlogController 테스트 추가 및JwtSupporter 생성 * test: CategoryController 테스트 추가 * test: ConnectionController 테스트 추가 * test: MemberController 테스트 추가 * test: PublishController 테스트 추가 * test: TrashController 테스트 추가 * test: WritingController 테스트 추가 * test: BlogType 테스트 추가 * test: 동시성 테스트 추가 * test: memberFixture 변경 * test: BlogWritingRepository 테스트 추가 * test: CategoryRepository 테스트 추가 * test: MemberCredentialsRepositoryTest 테스트 추가 * test: MemberRepositoryTest 테스트 추가 * test: TokenRepository 테스트 추가 * test: Category생성자 id필드 제거 * test: WritingRepository 테스트 추가 * refactor: SpringBootTest어노테이션 제거 및 테스트 수정 * refactor: Controller Application Context을 캐싱 * refactor: todo 주석 추가 * refactor: ObjectMapper빈으로 주입 * refactor: 오타 수정 및 테스트 병합 * refactor: ModifyCategoryOrderTest 복구 * refactor: MediumNotConnectedException 복구 * refactor: NotConnectedException.java 변경
- Loading branch information
Showing
122 changed files
with
4,902 additions
and
1,334 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,5 @@ out/ | |
|
||
### VS Code ### | ||
.vscode/ | ||
|
||
*.DS_Store |
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
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
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.