|
@@ -1,13 +1,12 @@
|
|
|
package cn.hutool.http.test;
|
|
package cn.hutool.http.test;
|
|
|
|
|
|
|
|
-import org.junit.Assert;
|
|
|
|
|
-import org.junit.Ignore;
|
|
|
|
|
-import org.junit.Test;
|
|
|
|
|
-
|
|
|
|
|
import cn.hutool.core.lang.Console;
|
|
import cn.hutool.core.lang.Console;
|
|
|
import cn.hutool.http.HttpRequest;
|
|
import cn.hutool.http.HttpRequest;
|
|
|
import cn.hutool.http.HttpUtil;
|
|
import cn.hutool.http.HttpUtil;
|
|
|
import cn.hutool.json.JSONUtil;
|
|
import cn.hutool.json.JSONUtil;
|
|
|
|
|
+import org.junit.Assert;
|
|
|
|
|
+import org.junit.Ignore;
|
|
|
|
|
+import org.junit.Test;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Rest类型请求单元测试
|
|
* Rest类型请求单元测试
|