본문 바로가기
카테고리 없음

0 containers and 1 tests were Method or class mismatch

by moonstal 2022. 4. 3.

분명 초록불이 떴는데...

0 containers and 1 tests were Method or class mismatch라고 떠서 보니

Intellij 설정을 바꿔줘야했다.

 

Settings -> Build, Execution, Deployment -> Build Tools -> Gradle에서

Build and run using, Run tests using의 속성을 Intellij IDEA로 바꾸기

JUnit으로 테스트가 진행 되어야 하는데 Gradle로 되어서 발생하는것

https://www.inflearn.com/questions/157200