320x100
Spock 테스트를 짤 때 Specification을 임포트 해주지 않았는데 Intellij에서 이를 인식하지 못했다.
프로젝트 탭을 보면 test/kotlin 은 Test source로 인식이되어 있지만 groovy는 인식이 되지 않았다.
groovy 우클릭 > Mark Directory as > Test Sources Root 클릭
이제 Specification이 임포트되지 않았다는 것을 인식하고 자동 임포트도 가능해졌다.
320x100
'Back-End (web)' 카테고리의 다른 글
[Intellij][Error] Update Error (heap size) (0) | 2019.11.18 |
---|---|
[Kotlin] list.groupBy (0) | 2019.10.17 |
[Spock][Intellij] Empty test suite (0) | 2019.10.03 |
[intellij][kotlin] type hint (0) | 2019.09.25 |
[Intellij][warning] Following modules override project settings (0) | 2019.06.12 |
댓글