-
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
[FEAT] 테마 리스트 별 루틴 리스트 조회 #21
Conversation
지켜보고 있다.. 화이팅! |
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.
잘봤습니다! 저도 보고 배울게요
SUCCESS_GET_THEMES("테마 조회 성공"), | ||
SUCCESS_GET_THEME("데일리 루틴 테마 조회 성공"), | ||
SUCCESS_GET_ROUTINE("데일리 루틴 조회 성공"), |
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.
우선은 각 폴더별로 ResponseMessage 이거 두고 좀 나중에는 이런 공통 메시지는 합칠까요? 어떻게 생각하시나요
@MockBean | ||
DailyRoutineController controller; | ||
|
||
private final String DEFAULT_URL = "/api/v1/routines/daily"; | ||
private final String TAG = "DAILY ROUTINE"; | ||
|
||
@Test | ||
@DisplayName("데일리 루틴 테마 리스트 조회 성공") | ||
void success_getDailyThemes() throws Exception { | ||
// given | ||
DailyThemesResponse themes = DailyRoutineFixture.createDailyThemesResponseDTO(); |
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.
수고하셨습니다 ㅠㅠ
✨ Related Issue
📝 기능 구현 명세
🐥 추가적인 언급 사항