HttpURLConnection.HTTP_CREATED,
"{\"sha\":\"0abcd89jcabitest\",\"url\":\"http://localhost/1\"}"
)
).start();
final Trees trees = new RtTrees(
new ApacheRequest(container.home()),
repo()
);
final JsonObject tree = Json.createObjectBuilder()
.add("path", "/path").add("mode", "100644 ")
.add("type", "blob").add("sha", "sha1")