Class IoTest
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.structure.io.IoTest
-
public class IoTest extends Object
- Author:
- Joshua Shinavier (http://fortytwo.net), Stephen Mallette (http://stephen.genoprime.com), Marko A. Rodriguez (http://markorodriguez.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IoTest.GraphMLTest
static class
IoTest.GraphSONLegacyTest
static class
IoTest.GraphSONTest
static class
IoTest.GraphSONV2D0Test
static class
IoTest.GraphSONV3D0Test
static class
IoTest.GryoTest
-
Constructor Summary
Constructors Constructor Description IoTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
assertClassicGraph(Graph g1, boolean assertDouble, boolean lossyForId)
static void
assertCrewGraph(Graph g1, boolean lossyForId)
static void
assertModernGraph(Graph g1, boolean assertDouble, boolean lossyForId)
static void
assertNoEdgeGraph(Graph g1, boolean assertDouble, boolean lossyForId)
static InputStream
getResourceAsStream(Class<?> resourceClass, String file)
-
-
-
Method Detail
-
assertCrewGraph
public static void assertCrewGraph(Graph g1, boolean lossyForId)
-
assertClassicGraph
public static void assertClassicGraph(Graph g1, boolean assertDouble, boolean lossyForId)
-
assertNoEdgeGraph
public static void assertNoEdgeGraph(Graph g1, boolean assertDouble, boolean lossyForId)
-
assertModernGraph
public static void assertModernGraph(Graph g1, boolean assertDouble, boolean lossyForId)
-
getResourceAsStream
public static InputStream getResourceAsStream(Class<?> resourceClass, String file)
-
-