feat: move fake json fetcher and remove sample test
This commit is contained in:
parent
e62635c057
commit
f683f12080
@ -1,11 +0,0 @@
|
|||||||
package eirb.pg203;
|
|
||||||
|
|
||||||
import org.json.JSONObject;
|
|
||||||
import org.junit.jupiter.api.Assertions;
|
|
||||||
import org.junit.jupiter.api.Test;
|
|
||||||
|
|
||||||
import java.io.IOException;
|
|
||||||
|
|
||||||
public class SampleTest {
|
|
||||||
|
|
||||||
}
|
|
@ -1,6 +1,6 @@
|
|||||||
package eirb.pg203;
|
package eirb.pg203;
|
||||||
|
|
||||||
import org.json.JSONObject;
|
import eirb.pg203.fakeJSONFetcher.FakeJSONFetcherWeatherAPI;
|
||||||
import org.junit.jupiter.api.Assertions;
|
import org.junit.jupiter.api.Assertions;
|
||||||
import org.junit.jupiter.api.BeforeEach;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
import org.junit.jupiter.api.DisplayName;
|
import org.junit.jupiter.api.DisplayName;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package eirb.pg203;
|
package eirb.pg203.fakeJSONFetcher;
|
||||||
|
|
||||||
import eirb.pg203.utils.FileResourcesUtils;
|
import eirb.pg203.utils.FileResourcesUtils;
|
||||||
import eirb.pg203.utils.JSONFetcherInterface;
|
import eirb.pg203.utils.JSONFetcherInterface;
|
||||||
@ -6,7 +6,6 @@ import eirb.pg203.utils.SplitQueryUrl;
|
|||||||
import org.json.JSONArray;
|
import org.json.JSONArray;
|
||||||
import org.json.JSONObject;
|
import org.json.JSONObject;
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.net.URL;
|
import java.net.URL;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
Loading…
x
Reference in New Issue
Block a user