Android Studio automatically erases my static imports. I started out creating new tests using robolectric and when I used static import for import static junit.framework.Assert.assertEquals;
Android-Studio automatically removes it. this is so frustrating.
Is there some settings I need to set this up?