공부
[JUnit] @Disabled (as-is @Ignore)
승가비
2022. 8. 11. 00:34
728x90
https://stackoverflow.com/questions/54875767/intellij-runs-kotlin-tests-annotated-with-ignore
IntelliJ runs Kotlin tests annotated with @Ignore
I have a Kotlin project that uses JUnit 5.2.0. When I use IntelliJ to run tests, it runs all tests, even those annotated with @org.junit.Ignore. package my.package import org.junit.Ignore import ...
stackoverflow.com
728x90