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

complete #2396

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

complete #2396

wants to merge 10 commits into from

Commits on Dec 8, 2023

  1. Docks: add README.md

    rakyunKim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    26ae368 View commit details
    Browse the repository at this point in the history
  2. Feat: add Car.java

    자신의 이름과 자신이 움직인 거리를 가지고 있는 클라스
    rakyunKim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    95c5537 View commit details
    Browse the repository at this point in the history
  3. Test: add CarTest.java

    Car 클라스를 테스트하는 클라스
    testAddMove 메소드 추가함
    addMove 메소드가 확실히 작동하는지 확인하는 테스트 코드
    rakyunKim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    608b18a View commit details
    Browse the repository at this point in the history
  4. Feat: add howMayMoved() in Car.java

    자신의 움직인 회수를 리턴하는 메소드 추가
    rakyunKim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6e6f08f View commit details
    Browse the repository at this point in the history
  5. Test: add testHowMayMoved() in CarTest.java

    howManyMoved 함수를 테스트 하는 코드 추가
    rakyunKim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    dca08b1 View commit details
    Browse the repository at this point in the history
  6. Feat: add Input.java

    사용자의 Input을 받는 클라스
    rakyunKim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    95c2702 View commit details
    Browse the repository at this point in the history
  7. Feat: add Output.java

    출력을 담당하는 클라스
    rakyunKim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6b7fa3d View commit details
    Browse the repository at this point in the history
  8. Feat: add CarService.java

    Car를 생성하거나 이동이 가능한지 체크하는 등 Car에 대한 전반적인 Service를 해주는 클라스
    rakyunKim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7f5be1b View commit details
    Browse the repository at this point in the history
  9. Test: add CarServiceTest.java

    CarService 클래스에 대한 테스트 코드를 작성하는 클라스
    rakyunKim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b1983c7 View commit details
    Browse the repository at this point in the history
  10. complete All

    rakyunKim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    17a07e1 View commit details
    Browse the repository at this point in the history