}
@Test
public void evaluateGetOnGraphWithBindings() throws Exception {
String json = "{\"params\":{\"x\":1, \"y\":2, \"z\":\"test\", \"list\":[3,2,1,0], \"map\":{\"mapx\":[300,200,100]}}}";
RexsterResourceContext rexsterResourceContext = new RexsterResourceContext(null, uriInfo,
httpServletRequest, new JSONObject(new JSONTokener(json)), null, extensionMethodNoApi, null, new MetricRegistry());
ExtensionResponse extensionResponse = this.gremlinExtension.evaluateGetOnGraph(
rexsterResourceContext, graph, "[x+y, z, list.size, map.mapx.size]");
JSONObject jsonResponse = assertResponseAndGetEntity(extensionResponse,