Created
January 20, 2014 18:47
-
-
Save okram/8526501 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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