Skip to content
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

test : 사용자가 숨은그림찾기 게임 정보를 조회하는 로직 테스트코드 작성, Clock 객체 모킹하여 LocalDateTime.now()에 주입 (CC-147) #28

Merged
merged 13 commits into from
Aug 14, 2024

Conversation

j2noo
Copy link
Collaborator

@j2noo j2noo commented Aug 13, 2024

📝 작업내용

  • TimeConfig 설정파일에서 Clock 빈 등록
  • LocalDateTime.now() 사용시, 스태틱 메서드이므로 테스트코드에서 모킹이 불가능하여 현재 시간을 설정해 줄 수 없는 문제 발생
    • 따라서 Clock 객체 의존성 주입하여 LocalDateTime.now(clock)
  • 테스트 작성이 필요할 때, Clock 객체 DI를 통해 테스트코드에서 clock.instance 모킹 하여 테스트코드 작성할 것

💬 침고사항

📖 레퍼런스

@j2noo j2noo added 진우 feat📌 기능 개발 labels Aug 13, 2024
@j2noo j2noo self-assigned this Aug 13, 2024
@putdata putdata merged commit c4d2dab into develop Aug 14, 2024
1 check passed
@putdata putdata deleted the CC-147 branch August 14, 2024 01:13
putdata pushed a commit that referenced this pull request Aug 14, 2024
…me.now()에 주입 (CC-147) (#28)

* chore : LocalDateTime.now() 테스트코드 작성을 위한 TimeConfig 빈 등록 (CC-147)

* test :TimeConfig, Clock객체를 모킹한 테스트코드 작성 (CC-147)

* fix : 필요없는 출력문 제거 (CC-147)

* fix : GithubAction 컨테이너의 테스트 환경에서의 UTC 시차 테스트를 위한 코드 (CC-147)

* fix : 오타 수정 (CC-148)

* fix : 오타 수정 (CC-148)

* chore : 스프링부트 어플리케이션 Timezone KST로 설정 (CC-147)

* test : 단위테스트 Timezone KST로 설정 (CC-147)

* test : 단위테스트 Timezone KST로 설정한 후 LocalDateTime.now 호출로 변경 (CC-147)

* test : LocalDateTimeService ci 테스트용 코드 (CC-147)

* test : LocalDateTimeService ci 테스트용 코드 (CC-147)

* test : Clock.instant에 UTC+9의 시차가 정상적으로 적용되는지 확인하는 테스트코드 작성 (CC-147)
j2noo added a commit that referenced this pull request Aug 14, 2024
* feat : 선착순 API 기능 일부 구현 (CC-141)

* test : 사용자가 숨은그림찾기 게임 정보를 조회하는 로직 테스트코드 작성, Clock 객체 모킹하여 LocalDateTime.now()에 주입 (CC-147) (#28)

* chore : LocalDateTime.now() 테스트코드 작성을 위한 TimeConfig 빈 등록 (CC-147)

* test :TimeConfig, Clock객체를 모킹한 테스트코드 작성 (CC-147)

* fix : 필요없는 출력문 제거 (CC-147)

* fix : GithubAction 컨테이너의 테스트 환경에서의 UTC 시차 테스트를 위한 코드 (CC-147)

* fix : 오타 수정 (CC-148)

* fix : 오타 수정 (CC-148)

* chore : 스프링부트 어플리케이션 Timezone KST로 설정 (CC-147)

* test : 단위테스트 Timezone KST로 설정 (CC-147)

* test : 단위테스트 Timezone KST로 설정한 후 LocalDateTime.now 호출로 변경 (CC-147)

* test : LocalDateTimeService ci 테스트용 코드 (CC-147)

* test : LocalDateTimeService ci 테스트용 코드 (CC-147)

* test : Clock.instant에 UTC+9의 시차가 정상적으로 적용되는지 확인하는 테스트코드 작성 (CC-147)

* fix : 빌더 컨벤션 통일, 고정값 상수화 (CC-141)

* fix : regist -> register 모두 변경 (CC-141)

---------

Co-authored-by: Jinwoo Park <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat📌 기능 개발 진우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants