■ JUnit 4 버전 수정 및 추가
페이지 정보
본문
● pom.xml 수정
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
● JUnit 4 - Add Library... 이용해서 추가
● src/test/java - 아래와 같이 패키지 생성 확인
- 이전글◆ localhost:8080/프로젝트명 ( 절대 경로 수정 ) 24.07.16
- 다음글■ Run/Debug 설정 변경 24.07.16
댓글목록
등록된 댓글이 없습니다.