actionAgent.setExecutors(executors);
}
@Test
public void testSimple() throws Exception {
HttpActionDefinition httpActionDefinition = new HttpActionDefinition();
HttpActionResult httpActionResult = new HttpActionResult();
httpActionResult.setStatusCode(200);
httpActionResult.setSucceed(true);