일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 프로그래밍언어
- Java
- JavaScript
- 지혜를가진흑곰
- C++
- 알고리즘공부
- 서평
- algorithmtraining
- algorithmTest
- 화장품
- 백준알고리즘
- 프로그래머스 알고리즘 공부
- 재테크
- algorithmStudy
- 자바스크립트
- 독후감
- 주식
- 채권
- 책을알려주는남자
- 경제
- 다독
- 독서
- 알고리즘트레이닝
- 돈
- C
- 성분
- 자바
- 알고리즘 공부
- 책알남
- 투자
Archives
- Today
- Total
탁월함은 어떻게 나오는가?
[Spring] JUnit Test 실행 후 Method 'initializationError' not found. Opening the test class. 에러 해결 방법 본문
[Snow-ball]server/스프링(Spring)
[Spring] JUnit Test 실행 후 Method 'initializationError' not found. Opening the test class. 에러 해결 방법
Snow-ball 2021. 12. 10. 12:08반응형
Spring에서 JUnit Test를 진행하기 위해서 실행했는데, Method 'initializationError' not found. Opening the test class. 가 발생하게되는 이유는 프로젝트에 JUnit 라이브러리가 추가되지 않았기 때문이다.
1) 프로젝트 우클릭 > Properties > Java Build Path > Libraries > Add Library 클릭!
2) JUnit 선택 후 Next 클릭!
3) 자신에게 맞는 JUnit 버전을 선택 후 Finish 클릭!
4) JUnit이 등록된걸 확인했으면 Apply and Close를 클릭!
5) 다시 JUnit Test 를 실행해보면 정상 작동 확인!
반응형
'[Snow-ball]server > 스프링(Spring)' 카테고리의 다른 글
[스프링부트] Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid' 에러 (0) | 2024.07.17 |
---|---|
[Spring Boot] 이미지 업로드, 조회, 삭제 기능 작업 테스트 (0) | 2024.02.19 |
[Spring] pom.xml 하단에 Namespaces 탭 안나오는 경우 (0) | 2021.12.10 |
[SpringBoot] yml 에서 format_sql이 안먹힐 경우 (0) | 2021.07.11 |
[Spring] MVC1 이랑 MVC2의 차이점 (0) | 2021.07.07 |
Comments