Eclise - No tests found with test runner JUnit 5
Junit 4로 테스트를 진행하는데 계속 위와 같이 No tests found with test runner JUnit 5 에러가 발생한다면
run cofigurations > JUnit > Test > 아래 Test runner 설정 > Junit4로 변경을 해주면 된다.
그리고 JUnit4에서는 @Test 실행하려는 메소드의 접근 지정자는 꼭 public 이어야 한다.
'IT공부 > 스프링관련 정보' 카테고리의 다른 글
JDBC란? (0) | 2020.07.14 |
---|---|
conflicts with existing, non-compatible bean definition of same name and class (0) | 2020.07.10 |
빌드란? (0) | 2020.05.24 |
REST API란? (0) | 2020.05.23 |