Springboot 통합 Junit 프로 세 스 분석

975 단어 Springbootjunit
maven 프로젝트 의 pom.xml 를 설정 합 니 다.

<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-test</artifactId>
  <scope>test</scope>
  <exclusions>
<!--junit5     junit-vintage-engine-->
    <exclusion>
      <groupId>org.junit.vintage</groupId>
      <artifactId>junit-vintage-engine</artifactId>
    </exclusion>
  </exclusions>
</dependency>
테스트 클래스 는 그림 과 같다.

junit 5 테스트 를 직접 스 캔 할 수 있 는 주 시작 클래스 도@runwith 주 해 를 추가 할 필요 가 없습니다.@SpringBootTest 주해 만 추가 하고 주 시작 클래스 의 class 파일 을 지정 할 필요 가 없습니다.

이상 이 바로 본 고의 모든 내용 입 니 다.여러분 의 학습 에 도움 이 되 고 저 희 를 많이 응원 해 주 셨 으 면 좋 겠 습 니 다.

좋은 웹페이지 즐겨찾기