taesik

Intellij JUnit "Test No tests found for given includes:" error 본문

debug/Spring Boot

Intellij JUnit "Test No tests found for given includes:" error

taesikk 2021. 12. 28. 13:52

The following error occurred during JUnit Test in Intellij.

"Test No tests found for given includes:"

I need to change IntelliJ setting.

 

plus, check build.gradle

test {
	useJUnitPlatform()
}