-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[COZY-476] test: 기존 테스트 코드 전체 삭제, (chat, chatroom, fcm, notificationl…
…og, favorite, inquiry, report) 테스트 데이터 생성 (#238) * [COZY-476] fix: 쪽지 생성 로직에서 차단한 사용자에 대한 확인 로직을 삭제한다 * [COZY-476] fix: Chat 테스트 코드 주석을 해제한다 * [COZY-476] fix: ChatRoom 테스트 코드 주석을 해제한다 * [COZY-476] fix: 쪽지 작성에 대한 테스트 결과 검증을 추가한다 * [COZY-476] fix: sender를 추가한다 * [COZY-476] feat: fixture 테스트 데이터를 추가한다 * [COZY-476] fix: 오타를 수정한다 * [COZY-476] fix: 이전 테스트 코드 전체를 삭제한다 * [COZY-476] fix: 컨벤션에 맞춰 정상 데이터를 수정한다 * [COZY-476] feat: 쪽지 작성에서 글자 수 제약 조건을 추가한다 * [COZY-476] test: Chat 에러 데이터를 추가한다 * [COZY-476] test: ChatRoom 정상 더미데이터를 추가한다 * [COZY-476] feat: Inquiry 엔티티에 제약 조건을 추가한다 * [COZY-476] test: Inquiry 에러 데이터를 추가한다 * [COZY-476] feat: Favorite 엔티티에 제약 조건을 추가한다 * [COZY-476] test: Favorite 에러 데이터를 추가한다 * [COZY-476] feat: Report에 대한 제약 조건을 추가한다 * [COZY-476] test: Report 에러 데이터를 추가한다 * [COZY-476] test: 누락된 id 값을 추가한다 * [COZY-476] fix: 중복 선언된 id 값을 수정한다 * [COZY-476] test: ChatFixture에 정상 데이터를 추가한다 * [COZY-476] feat: NotificationLog 엔티티에 제약 조건을 추가한다 * [COZY-476] test: NotificationLogFixture에 에러 데이터를 추가한다 * [COZY-476] feat: Fcm 엔티티에 제약 조건을 추가한다 * [COZY-476] test: FcmFixture에 에러 데이터를 추가한다 * [COZY-476] test: Fixture 전체 메서드를 static으로 변경한다
- Loading branch information
Showing
27 changed files
with
505 additions
and
1,413 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
2 changes: 2 additions & 0 deletions
2
src/main/java/com/cozymate/cozymate_server/domain/chat/dto/request/CreateChatRequestDTO.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
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
99 changes: 0 additions & 99 deletions
99
src/test/java/com/cozymate/cozymate_server/domain/chat/ChatTestBuilder.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.