public abstract class TestCloudCode extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TestCloudCode() |
protected |
TestCloudCode(String restAddr) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> Response |
runEntityHook(String managerName,
DataAccessMethod method,
T object) |
protected <T> Response |
runEntityHook(T object,
DataAccessMethod method) |
protected Response |
runFunction(String name,
String params) |
protected void |
runJob(String name,
String params) |
protected <T> Response runEntityHook(T object, DataAccessMethod method) throws Exception
Exceptionprotected <T> Response runEntityHook(String managerName, DataAccessMethod method, T object) throws Exception
ExceptionCopyright © 2015. All rights reserved.