You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
모듈 설정하기
file > project structure > Modules > src/test 디렉토리 우클릭 > Tests 로 선택
junit Libraries 등록
file > project structure > Libraries > + 버튼 >from maven > 검색 란 org.junit.jupiter:junit-jupiter:5.8.2 입력 후 검색 버튼 클릭 >
Transitive dependencies 체크되어 있는지 확인 > OK
이렇게 설정하면 Test 될 겁니다!
The text was updated successfully, but these errors were encountered:
IntelliJ 환경에서 혹시 Test가 안된다면
file > project structure > Modules > src/test 디렉토리 우클릭 > Tests 로 선택
file > project structure > Libraries > + 버튼 >from maven > 검색 란
org.junit.jupiter:junit-jupiter:5.8.2
입력 후 검색 버튼 클릭 >Transitive dependencies 체크되어 있는지 확인 > OK
이렇게 설정하면 Test 될 겁니다!
The text was updated successfully, but these errors were encountered: