Skip to content

Commit

Permalink
Upgraded Robolectric And AssertJ
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkiran committed May 24, 2015
1 parent e2ad364 commit 06d055f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
}

dependencies {
testCompile 'com.squareup:fest-android:1.0.7'
testCompile 'org.robolectric:robolectric:2.1.1'
testCompile 'com.squareup.assertj:assertj-android:1.0.0'
testCompile 'org.robolectric:robolectric:2.4'
testCompile 'junit:junit:4.12'
compile 'com.android.support:support-v4:22.1.1'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import com.nostra13.universalimageloader.core.imageaware.ImageAware;
import com.nostra13.universalimageloader.core.imageaware.ImageViewAware;
import com.nostra13.universalimageloader.utils.ImageSizeUtils;
import org.fest.assertions.api.Assertions;
import static org.assertj.android.api.Assertions.assertThat;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.nostra13.universalimageloader.core.download;

import org.fest.assertions.api.Assertions;
import static org.assertj.android.api.Assertions.assertThat;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
Expand Down

0 comments on commit 06d055f

Please sign in to comment.