Skip to content

Instantly share code, notes, and snippets.

@okram
Created January 20, 2014 18:47
Show Gist options
  • Save okram/8526501 to your computer and use it in GitHub Desktop.
Save okram/8526501 to your computer and use it in GitHub Desktop.
@Test
public void g_V_hasXname_markoX() {
super.g_V_hasXname_markoX(new GremlinResultIterable<Vertex>(g, () -> Gremlin.of().has("name", "marko")).iterator());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment