| Package | Description |
|---|---|
| net.csdn.junit | |
| net.csdn.modules.http | |
| net.csdn.modules.http.support | |
| net.csdn.modules.mock |
| Modifier and Type | Method and Description |
|---|---|
RestResponse |
BaseControllerTest.delete(String path,
Map params) |
RestResponse |
BaseControllerTest.delete(String path,
Map params,
String rawParamsStr) |
RestResponse |
BaseControllerTest.delete(String path,
String rawParamsStr) |
RestResponse |
BaseControllerTest.get(String path,
Map params) |
RestResponse |
BaseControllerTest.get(String path,
Map params,
String rawParamsStr) |
RestResponse |
BaseControllerTest.get(String path,
String rawParamsStr) |
RestResponse |
BaseControllerTest.post(String path,
Map params) |
RestResponse |
BaseControllerTest.post(String path,
Map params,
String rawParamsStr) |
RestResponse |
BaseControllerTest.post(String path,
String rawParamsStr) |
RestResponse |
BaseControllerTest.put(String path,
Map params) |
RestResponse |
BaseControllerTest.put(String path,
Map params,
String rawParamsStr) |
RestResponse |
BaseControllerTest.put(String path,
String rawParamsStr) |
RestResponse |
BaseControllerTest.runAction(String path,
Map params,
RestRequest.Method method) |
RestResponse |
BaseControllerTest.runAction(String path,
Map params,
String rawParamsStr,
RestRequest.Method method) |
| Modifier and Type | Method and Description |
|---|---|
Map<RestRequest.Method,RestResponse> |
BaseControllerTest.each(List<RestRequest.Method> methods,
String path,
Map params) |
Map<RestRequest.Method,RestResponse> |
BaseControllerTest.each(List<RestRequest.Method> methods,
String path,
String rawParamStr) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResponse |
| Modifier and Type | Field and Description |
|---|---|
protected RestResponse |
ApplicationController.restResponse |
| Modifier and Type | Method and Description |
|---|---|
RestResponse |
ApplicationController.mockResponse() |
RestResponse |
DefaultResponse.originContent(Object obj) |
RestResponse |
RestResponse.originContent(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestController.dispatchRequest(RestRequest request,
RestResponse restResponse) |
static void |
RestController.enhanceApplicationController(ApplicationController applicationController,
RestRequest request,
RestResponse restResponse) |
| Modifier and Type | Method and Description |
|---|---|
RestResponse |
HttpHolder.restResponse() |
| Constructor and Description |
|---|
HttpHolder(RestRequest restRequest,
RestResponse restResponse) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockRestResponse
User: WilliamZhu
Date: 12-7-5
Time: 下午5:28
|
| Modifier and Type | Method and Description |
|---|---|
RestResponse |
MockRestResponse.originContent(Object obj) |
Copyright © 2021. All rights reserved.