The JUnit framework contains 2 Assert classes (in different packages, obviously) and the methods on each appear to be very similar. Can anybody explain why this
In Android Studio (and so in IntelliJ too), you can globally exclude junit.framework from auto-import proposal.
You can set the scope between IDE or Project. If you don't have projects which use JUnit 3 you can safely stay with IDE scope.
Setting position:
Preferences -> Editor -> General -> Auto Import