반응형
오류
Method 'initializationError' not found. Opening the test class.
원인
Method 'initializationError' not found. Opening the test class.
발생원인은 프로젝트에 Junit 라이브러리가 등록되지 않았기 때문이다.
해결방법
1. 프로젝트 우클릭 -> Properties -> Java Build Path -> Libraries -> Add Library
2. 라이브러리 리스트 중 Junit 선택 > Next
3. Junit 버전 선택
4. Apply > Ok
5. 또는 프로젝트 우클릭 > Build Path > Add Libraries... 후에 위 2번부터 진행
반응형
'개발 환경 및 오류' 카테고리의 다른 글
[MAVEN] xerces 의존성 제거하기 (0) | 2023.10.05 |
---|---|
[SVN] commit comment 수정하기 (0) | 2023.07.13 |
[AngularJs] because the scheme does not have a registered handler. (0) | 2023.07.06 |
[MYBATIS] No enum constant 오류 (jdbcType 정리) (0) | 2023.06.22 |
[MSSQL] CONVERT(DATETIME, )시 오류 (0) | 2023.06.22 |