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 {
8787
8888 testCompile " junit:junit:4.12"
8989 testCompile " org.assertj:assertj-core:1.7.0"
90- testCompile " org.robolectric:robolectric:3.1.2 "
90+ testCompile " org.robolectric:robolectric:3.7.1 "
9191
9292 // PowerMock brings in the mockito dependency
9393 testCompile " org.powermock:powermock-module-junit4:1.6.4"
Original file line number Diff line number Diff line change 3131import org .json .JSONObject ;
3232import org .junit .Test ;
3333import org .mockito .internal .util .reflection .Whitebox ;
34- import org .robolectric .util .concurrent .RoboExecutorService ;
34+ import org .robolectric .android . util .concurrent .RoboExecutorService ;
3535
3636import java .util .ArrayList ;
3737import java .util .List ;
Original file line number Diff line number Diff line change 2727
2828import org .junit .Test ;
2929import org .mockito .internal .util .reflection .Whitebox ;
30- import org .robolectric .util .concurrent .RoboExecutorService ;
30+ import org .robolectric .android . util .concurrent .RoboExecutorService ;
3131
3232import java .lang .ref .WeakReference ;
3333import java .util .Map ;
Original file line number Diff line number Diff line change 2424package com .algolia .search .saas ;
2525
2626import android .support .annotation .NonNull ;
27- import java . util . Arrays ;
27+
2828import com .algolia .search .saas .android .BuildConfig ;
29+
30+ import java .util .Arrays ;
2931import java .util .UUID ;
3032
3133public class Helpers {
Original file line number Diff line number Diff line change 3232import org .json .JSONObject ;
3333import org .junit .Test ;
3434import org .mockito .internal .util .reflection .Whitebox ;
35- import org .robolectric .util .concurrent .RoboExecutorService ;
35+ import org .robolectric .android . util .concurrent .RoboExecutorService ;
3636
3737import java .io .IOException ;
3838import java .net .ServerSocket ;
Original file line number Diff line number Diff line change 3333import org .json .JSONObject ;
3434import org .junit .Test ;
3535import org .mockito .internal .util .reflection .Whitebox ;
36- import org .robolectric .util .concurrent .RoboExecutorService ;
36+ import org .robolectric .android . util .concurrent .RoboExecutorService ;
3737
3838import static org .junit .Assert .assertEquals ;
3939import static org .junit .Assert .assertNotNull ;
Original file line number Diff line number Diff line change 3030import org .json .JSONObject ;
3131import org .mockito .internal .util .reflection .Whitebox ;
3232import org .robolectric .RuntimeEnvironment ;
33- import org .robolectric .util .concurrent .RoboExecutorService ;
33+ import org .robolectric .android . util .concurrent .RoboExecutorService ;
3434
3535import java .util .HashMap ;
3636import java .util .Map ;
You can’t perform that action at this time.
0 commit comments