public class BaseControllerTest extends IocTest
| Constructor and Description |
|---|
BaseControllerTest() |
checkClassLoaded, commitTransaction, dbCommit, findController, findService, initEnv, mockService, mockServicepublic RestResponse runAction(String path, Map params, RestRequest.Method method) throws Exception
Exceptionpublic RestResponse runAction(String path, Map params, String rawParamsStr, RestRequest.Method method) throws Exception
Exceptionpublic Map<RestRequest.Method,RestResponse> each(List<RestRequest.Method> methods, String path, Map params) throws Exception
Exceptionpublic Map<RestRequest.Method,RestResponse> each(List<RestRequest.Method> methods, String path, String rawParamStr) throws Exception
Exceptionpublic RestResponse get(String path, Map params) throws Exception
Exceptionpublic RestResponse post(String path, Map params) throws Exception
Exceptionpublic RestResponse delete(String path, Map params) throws Exception
Exceptionpublic RestResponse put(String path, Map params) throws Exception
Exceptionpublic RestResponse get(String path, String rawParamsStr) throws Exception
Exceptionpublic RestResponse get(String path, Map params, String rawParamsStr) throws Exception
Exceptionpublic RestResponse post(String path, Map params, String rawParamsStr) throws Exception
Exceptionpublic RestResponse post(String path, String rawParamsStr) throws Exception
Exceptionpublic RestResponse delete(String path, Map params, String rawParamsStr) throws Exception
Exceptionpublic RestResponse delete(String path, String rawParamsStr) throws Exception
Exceptionpublic RestResponse put(String path, Map params, String rawParamsStr) throws Exception
Exceptionpublic RestResponse put(String path, String rawParamsStr) throws Exception
ExceptionCopyright © 2021. All rights reserved.