|
|
|
|
12
|
import org.json.JSONException;
|
12
|
import org.json.JSONException;
|
13
|
import org.json.JSONObject;
|
13
|
import org.json.JSONObject;
|
14
|
import org.junit.Before;
|
14
|
import org.junit.Before;
|
15
|
-import org.junit.Ignore;
|
|
|
16
|
import org.junit.Test;
|
15
|
import org.junit.Test;
|
17
|
import org.robolectric.Robolectric;
|
16
|
import org.robolectric.Robolectric;
|
18
|
|
17
|
|
19
|
import java.util.Arrays;
|
18
|
import java.util.Arrays;
|
20
|
-import java.util.Collections;
|
|
|
21
|
import java.util.List;
|
19
|
import java.util.List;
|
22
|
|
20
|
|
23
|
import static org.assertj.core.api.Java6Assertions.assertThat;
|
21
|
import static org.assertj.core.api.Java6Assertions.assertThat;
|