-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: Post 도메인 Service 단위 테스트 #252
Conversation
444584b
to
edacb73
Compare
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.
고생쓰
@Test | ||
void writePost() { | ||
} | ||
|
||
@Test | ||
void deletePost() { | ||
} | ||
|
||
@Test | ||
void updatePost() { | ||
} | ||
|
||
@Test | ||
void findHotPosts() { | ||
} | ||
|
||
@Test | ||
void findMyPosts() { | ||
} | ||
|
||
@Test | ||
void findMyScrapPosts() { | ||
} | ||
|
||
@Test | ||
void searchPosts() { | ||
} | ||
|
||
@Test | ||
void searchHotPosts() { | ||
} |
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.
해당 부분은 다음 작업에 포함되는거죠?
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.
네 맞아요 너무 커질것 같아서 분리하려 했습니다!
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.
고생하셨습니다 MemberFixture 리팩토링한거 제가 현재 PR에 올렸는데 확인해보시면 될 것 같아요
Issues
구분
주요 변경점
스크린샷
기타