모듈 설정하기
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 될 겁니다!
IntelliJ 환경에서 혹시 Test가 안된다면
org.junit.jupiter:junit-jupiter:5.8.2
입력 후 검색 버튼 클릭 > Transitive dependencies 체크되어 있는지 확인 > OK 이렇게 설정하면 Test 될 겁니다!