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 설정 #11

Open
squareCaaat opened this issue Oct 4, 2024 · 1 comment
Open

Test 설정 #11

squareCaaat opened this issue Oct 4, 2024 · 1 comment
Assignees

Comments

@squareCaaat
Copy link
Collaborator

squareCaaat commented Oct 4, 2024

IntelliJ 환경에서 혹시 Test가 안된다면

  1. 모듈 설정하기
    file > project structure > Modules > src/test 디렉토리 우클릭 > Tests 로 선택
  2. junit Libraries 등록
    file > project structure > Libraries > + 버튼 >from maven > 검색 란 org.junit.jupiter:junit-jupiter:5.8.2 입력 후 검색 버튼 클릭 >
    Transitive dependencies 체크되어 있는지 확인 > OK
    이렇게 설정하면 Test 될 겁니다!
@squareCaaat squareCaaat self-assigned this Oct 4, 2024
@coke98
Copy link

coke98 commented Oct 4, 2024

오호 테스트도 진행하시는군요! 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants