File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
test/com/nostra13/universalimageloader/core Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ android {
33
33
}
34
34
35
35
dependencies {
36
- testCompile ' com.squareup:fest -android:1.0.7 '
37
- testCompile ' org.robolectric:robolectric:2.1.1 '
36
+ testCompile ' com.squareup.assertj:assertj -android:1.0.0 '
37
+ testCompile ' org.robolectric:robolectric:2.4 '
38
38
testCompile ' junit:junit:4.12'
39
39
compile ' com.android.support:support-v4:22.1.1'
40
40
}
Original file line number Diff line number Diff line change 9
9
import com .nostra13 .universalimageloader .core .imageaware .ImageAware ;
10
10
import com .nostra13 .universalimageloader .core .imageaware .ImageViewAware ;
11
11
import com .nostra13 .universalimageloader .utils .ImageSizeUtils ;
12
- import org .fest . assertions .api .Assertions ;
12
+ import static org .assertj . android .api .Assertions . assertThat ;
13
13
import org .junit .Before ;
14
14
import org .junit .Test ;
15
15
import org .junit .runner .RunWith ;
Original file line number Diff line number Diff line change 1
1
package com .nostra13 .universalimageloader .core .download ;
2
2
3
- import org .fest . assertions .api .Assertions ;
3
+ import static org .assertj . android .api .Assertions . assertThat ;
4
4
import org .junit .Test ;
5
5
import org .junit .runner .RunWith ;
6
6
import org .robolectric .RobolectricTestRunner ;
You can’t perform that action at this time.
0 commit comments