public class TestEnvironmentFunctions extends AbstractFunctionRule
LOGGER| 构造器和说明 |
|---|
TestEnvironmentFunctions() |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.alibaba.fastjson.JSONObject |
orderAcceptedTest(String order_original_id)
接受订单(测试接口仅测试环境有效)
|
static com.alibaba.fastjson.JSONObject |
orderArriveTest(String order_original_id)
完成到店(测试接口仅测试环境有效)
|
static com.alibaba.fastjson.JSONObject |
orderFetchTest(String order_original_id)
完成取货(测试接口仅测试环境有效)
|
static com.alibaba.fastjson.JSONObject |
orderFinishTest(String order_original_id)
完成配送(测试接口仅测试环境有效)
|
public static com.alibaba.fastjson.JSONObject orderAcceptedTest(String order_original_id) throws org.apache.http.client.ClientProtocolException, IOException
order_original_id - IOExceptionorg.apache.http.client.ClientProtocolExceptionpublic static com.alibaba.fastjson.JSONObject orderArriveTest(String order_original_id) throws org.apache.http.client.ClientProtocolException, IOException
order_original_id - IOExceptionorg.apache.http.client.ClientProtocolExceptionpublic static com.alibaba.fastjson.JSONObject orderFetchTest(String order_original_id) throws org.apache.http.client.ClientProtocolException, IOException
order_original_id - IOExceptionorg.apache.http.client.ClientProtocolExceptionpublic static com.alibaba.fastjson.JSONObject orderFinishTest(String order_original_id) throws org.apache.http.client.ClientProtocolException, IOException
order_original_id - IOExceptionorg.apache.http.client.ClientProtocolExceptionCopyright © 2019. All rights reserved.