-
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.
* refactor: 멤버 생성 Fixture를 사용하게 변경 * refactor: 로그인 쿠키를 얻는 방식 변경 * refactor: ReviewSteps 수정, 리뷰 인수테스트 리팩터링 * refactor: MemberAcceptanceTest, AuthAcceptanceTest 리팩터링 * refactor: CategoryAcceptanceTest 리팩터링 * refactor: TagAcceptanceTest 리팩터링 * refactor: MemberAcceptanceTst 꿀조합 리팩터링 * refactor: 데이터를 순차적으로 저장하도록 saveAll 대신 save 사용하는걸로 변경 * refactor: ProductAcceptanceTest 리팩터링 * refactor: 페이지 요청 생성 방식 변경 * refactor: 레시피 요청 로직 리팩터링 * refactor: 인수 테스트 코드 리팩터링 * fix: PageRequest 생성 메서드의 파라미터 타입 변경 * refactor: 로그인 쿠키를 얻는 메서드명 이름 변경 * refactor: 유저 닉네임 생성 요청을 공통 메서드로 분리 * style: 코드 포맷 적용 * refactor: softAssertions -> soft 네이밍 변경 * refactor: 인수테스트에 API가 없는 저장 메서드만 남기고, 리포지토리 저C장 메서드 삭제,레시피 이미지 메서드 생성 * refactor: 페이지를_검증하다_메서드를 공통 메서드로 적용 * refactor: 리뷰 인수 테스트에 페이지 검증, 결과 검증 분리 * refactor: 여러명이 리뷰와 레시피에 좋아요 누르는 기능 공통 메서드화 * refactor: 로그인 쿠키가 멤버를 생성하므로 필요없는 로직 제거 * refactor: 태그 인수테스트 검증 값을 숫자에서 이름으로 변경 * feat: Fixture 데이터 추가 * refactor: ReviewAcceptanceTest 변수명 최대한 한글로 설정 * refactor: TagAcceptanceTest 변수명 최대한 한글로 작성 * refactor: RecipeAcceptanceTest 변수명 최대한 한글로 작성 * refactor: CategoryAcceptanceTest 변수명 최대한 한글로 작성 * refactor: ProductAcceptanceTest 변수명 최대한 한글로 작성 * refactor: MemberAcceptanceTest 변수명 최대한 한글로 작성 * refactor: 통과하지 않는 테스트 수정 * refactor: AuthAcceptanceTest 변수 한글로 작성 * refactor: 카카오 로그인이 아닌 OAUTH 로그인으로 테스트 메서드 네이밍 수정
- Loading branch information
Showing
34 changed files
with
1,473 additions
and
2,568 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
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.