[JUnit] org.junit.runners.model.InvalidTestClassError: Invalid test class공부/Spring2022. 6. 19. 22:48
Table of Contents
반응형
개요
- udemy 에서 junit test 인강 강의 듣던 중 해당 에러 발생
org.junit.runners.model.InvalidTestClassError: Invalid test class (이하 생략)
해결 방법
- @Test 의 import 가 틀렸음
import org.junit.Test; ✨
//import org.junit.jupiter.api.Test; 💣
참고
반응형
'공부 > Spring' 카테고리의 다른 글
[Spring] AOP 용어 정리 (0) | 2023.08.22 |
---|---|
[JPA] Date 타입 포맷 맞춰주는 @Temporal (0) | 2022.06.20 |
[ERROR] org.springframework.oxm.UncategorizedMappingException: Unknown JAXB exception (0) | 2022.06.12 |
[Spring] @RequestMapping pathvariable regex - exclude word , 표현식 사용해서 path에 특정단어 들어 올 경우 제외시키기 (0) | 2022.04.20 |
[Hibernate] DBMS custom function 을 ORM에서 호출하는 방법 (0) | 2022.04.07 |
@leejinwoo1126 :: 천천히 하나씩
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!