Back-End (web)
[Spock][Intellij] Empty test suite
햄과함께
2019. 10. 3. 11:14
320x100
intellij spock 테스트 시
Class not found: "~~~Test"Empty test suite.
위와 같은 에러가 발생.
Solve
테스트 하고 싶은 클래스에서 cmd(ctrl)+shift+t > Create New Test
Testing library: Groovy JUnit
Groovy JUnit library를 찾을 수 없다는 경고가 뜨면 Fix를 누른다.
그리고 ok.
"File > Invalidate Caches / Restart ..." 이거 눌러도 된다고 하는데 나는 안되서 위와 같은 방법으로 해결했다.
320x100