-
Notifications
You must be signed in to change notification settings - Fork 0
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
FetchRecipeDeatil의 비즈니스 로직을 테스트 해보았습니다. #16
Merged
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
5adae12
Fix: Recipe에 dummy 생성 메서드 추가
GeonH0 0518ea3
Feat: RecipeDetailInteractorTests 정의
GeonH0 93bd467
Feat: FetchRecipeDetailUseCaseTests 정의
GeonH0 d7ab88c
Fix: dummy 줄바꿈 적용
GeonH0 415e9a4
Fix: Mock 객체 final 처리
GeonH0 18959c6
Fix: 불필요한 메서드 제거
GeonH0 80597bd
Fix: dummyRecipe로 네이밍 수정
GeonH0 7e579b8
Fix: self.delegate.fetchedRecipeResult에서 self 제거
GeonH0 d0d27b0
Fix: FetchRecipeDetailUseCaseImpl 개행
GeonH0 0cc06c1
Fix: test 네이밍 수정
GeonH0 61854b3
Fix: 테스트케이스 수정
GeonH0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
라인수가 길어지는 경우, 줄바꿈 해주세요.
또 이런 init 단계에 파라미터를 넣어주는 코드 같은 경우에는 언제든지 확장되어 길어질 수 있으니 줄바꿈을 하면서 작성하는게 좋아요. 앞으로 줄바꿈 같은 코드 스타일 코멘트는 줄여나가도록 더 신경써주시면 좋을 것 같아요.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[d7ab88c] 수정했습니다