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

Feat/#58 auth 도메인 테스트 코드 작성 #59

Merged
merged 16 commits into from
Oct 27, 2023
Merged

Feat/#58 auth 도메인 테스트 코드 작성 #59

merged 16 commits into from
Oct 27, 2023

Commits on Oct 27, 2023

  1. style: OAuthInfoDtoFixture 명 수정

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    34d648a View commit details
    Browse the repository at this point in the history
  2. feat: RefreshTokenFixture 작성

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    dc72a7c View commit details
    Browse the repository at this point in the history
  3. feat: AuthTokensFixture 작성

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    09334bd View commit details
    Browse the repository at this point in the history
  4. refactor: @RequestMapping("/api/v1/auth") 변경

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    bf6e8df View commit details
    Browse the repository at this point in the history
  5. test: renewTest 작성

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    76dbd4c View commit details
    Browse the repository at this point in the history
  6. test: logoutTest 작성

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    798c760 View commit details
    Browse the repository at this point in the history
  7. test: deleteTest 작성

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a79d935 View commit details
    Browse the repository at this point in the history
  8. test: generateTest 작성

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c1ad650 View commit details
    Browse the repository at this point in the history
  9. test: refreshJwtTokenTest 작성

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    152fd56 View commit details
    Browse the repository at this point in the history
  10. test: AuthTokensGeneratorTest 설명 추가

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7b994d7 View commit details
    Browse the repository at this point in the history
  11. test: JwtTokenProviderTest 작성

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7dc2e56 View commit details
    Browse the repository at this point in the history
  12. test: add authTokens fixture

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    07109a2 View commit details
    Browse the repository at this point in the history
  13. test: AuthServiceTest 작성

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    29119f9 View commit details
    Browse the repository at this point in the history
  14. test: BDDMockito 라이브러리 적용

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b4d7e03 View commit details
    Browse the repository at this point in the history
  15. refactor: OAuthUserInfoDto 이름 수정

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    816f2be View commit details
    Browse the repository at this point in the history
  16. refactor: OAuthUserInfoDtoFixture 이름 수정

    yumyeonghan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a46ab59 View commit details
    Browse the repository at this point in the history