You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That should be easily possible: Just ban org.junit.** and put org.junit.jupiter.** as allowedImport
However, in your case it might even be desirable to ban the whole JUnit4 dependency so that it isn't even on the classpath. You could do that with the maven-dependency-plugin.
Interesting project - is it possible to ban junit 4, given that 5's package is a subset of 4?
E.g.
org.junit.Test
vsorg.junit.juptier.api.Test
I want to use it with https://github.com/astubbs/truth-generator/
The text was updated successfully, but these errors were encountered: