Skip to content

Commit

Permalink
Clean up assorted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tyronen committed May 14, 2015
1 parent 22eda6e commit e41ed6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@
import android.graphics.RectF;
import android.graphics.drawable.Drawable;

import org.robolectric.RobolectricTestRunner;

import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;

import static com.facebook.drawee.drawable.ScalingUtils.ScaleType;

import static org.mockito.Mockito.*;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.reset;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.verifyNoMoreInteractions;
import static org.mockito.Mockito.when;

@RunWith(RobolectricTestRunner.class)
public class ScaleTypeDrawableTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.junit.runner.RunWith;
import org.robolectric.Robolectric;
import org.robolectric.shadows.ShadowLooper;
import org.robolectric.util.Scheduler;

@RunWith(RobolectricTestRunner.class)
public class HandlerExecutorServiceImplTest {
Expand Down

0 comments on commit e41ed6f

Please sign in to comment.