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

[#16] 로그인 기능 테스트 코드 작성 #22

Merged
merged 19 commits into from
Nov 24, 2024

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    a38f156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37030c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    999bd83 View commit details
    Browse the repository at this point in the history
  4. feat: Login UseCase를 테스트 하기 좋게 변경

    1. LoginRequestEntity 추가
    2. LoginRequestEntity로 파라미터 변경
    3. LoginRequestEntity를 위한 Converter 추가
    Younggun-Kim committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    7537968 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b62453 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ae9f9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02dd01f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. test: 위젯 테스트 작성 중

    1. Bloc이 위젯에 변화에 따라 실제 로직 테스트가 안되고 있는 상황이라 해결 방법 고민 중
    Younggun-Kim committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    cc5241d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3b6ead View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82946a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2da96ef View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    c6f54b6 View commit details
    Browse the repository at this point in the history
  2. feat: AppRouter를 DI로 주입하도록 변경.

    1. Router 테스트 가능하게 주입 방식으로 변경
    Younggun-Kim committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    18f0ae1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    033e366 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37124f0 View commit details
    Browse the repository at this point in the history
  5. feat: getItLoginBloc 삭제

    1. LoginBloc의 경우 싱글톤이 아닌 팩토리로 등록하기 때문에 getIt으로 조회하면 각각의 인스턴스로 취급되는 것 같음
    Younggun-Kim committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    f739c80 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    0b885b3 View commit details
    Browse the repository at this point in the history
  2. feat: 복잡한 조건문을 서브함수로 변경

    1. 복잡한 & 조건문을 hasFailMessage로 변경
    2. 코드에서 정확한 의도를 반영할 수 있게 변경
    Younggun-Kim committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    15b6f16 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    e25111d View commit details
    Browse the repository at this point in the history