This repository was archived by the owner on Jan 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +9
-7
lines changed
testOffline/java/com/algolia/search/saas
test/java/com/algolia/search/saas Expand file tree Collapse file tree 7 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ dependencies {
87
87
88
88
testCompile " junit:junit:4.12"
89
89
testCompile " org.assertj:assertj-core:1.7.0"
90
- testCompile " org.robolectric:robolectric:3.1.2 "
90
+ testCompile " org.robolectric:robolectric:3.7.1 "
91
91
92
92
// PowerMock brings in the mockito dependency
93
93
testCompile " org.powermock:powermock-module-junit4:1.6.4"
Original file line number Diff line number Diff line change 31
31
import org .json .JSONObject ;
32
32
import org .junit .Test ;
33
33
import org .mockito .internal .util .reflection .Whitebox ;
34
- import org .robolectric .util .concurrent .RoboExecutorService ;
34
+ import org .robolectric .android . util .concurrent .RoboExecutorService ;
35
35
36
36
import java .util .ArrayList ;
37
37
import java .util .List ;
Original file line number Diff line number Diff line change 27
27
28
28
import org .junit .Test ;
29
29
import org .mockito .internal .util .reflection .Whitebox ;
30
- import org .robolectric .util .concurrent .RoboExecutorService ;
30
+ import org .robolectric .android . util .concurrent .RoboExecutorService ;
31
31
32
32
import java .lang .ref .WeakReference ;
33
33
import java .util .Map ;
Original file line number Diff line number Diff line change 24
24
package com .algolia .search .saas ;
25
25
26
26
import android .support .annotation .NonNull ;
27
- import java . util . Arrays ;
27
+
28
28
import com .algolia .search .saas .android .BuildConfig ;
29
+
30
+ import java .util .Arrays ;
29
31
import java .util .UUID ;
30
32
31
33
public class Helpers {
Original file line number Diff line number Diff line change 32
32
import org .json .JSONObject ;
33
33
import org .junit .Test ;
34
34
import org .mockito .internal .util .reflection .Whitebox ;
35
- import org .robolectric .util .concurrent .RoboExecutorService ;
35
+ import org .robolectric .android . util .concurrent .RoboExecutorService ;
36
36
37
37
import java .io .IOException ;
38
38
import java .net .ServerSocket ;
Original file line number Diff line number Diff line change 33
33
import org .json .JSONObject ;
34
34
import org .junit .Test ;
35
35
import org .mockito .internal .util .reflection .Whitebox ;
36
- import org .robolectric .util .concurrent .RoboExecutorService ;
36
+ import org .robolectric .android . util .concurrent .RoboExecutorService ;
37
37
38
38
import static org .junit .Assert .assertEquals ;
39
39
import static org .junit .Assert .assertNotNull ;
Original file line number Diff line number Diff line change 30
30
import org .json .JSONObject ;
31
31
import org .mockito .internal .util .reflection .Whitebox ;
32
32
import org .robolectric .RuntimeEnvironment ;
33
- import org .robolectric .util .concurrent .RoboExecutorService ;
33
+ import org .robolectric .android . util .concurrent .RoboExecutorService ;
34
34
35
35
import java .util .HashMap ;
36
36
import java .util .Map ;
You can’t perform that action at this time.
0 commit comments