@Test
public void testSimple() throws Exception {
HttpActionDefinition httpActionDefinition = new HttpActionDefinition();
HttpActionResult httpActionResult = new HttpActionResult();
httpActionResult.setStatusCode(200);
httpActionResult.setSucceed(true);
String definitionData = "<definition/>";
String resultData = "<result/>";
String address = "10.2.0.1";
long executionId = 100L;