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 SummaryNested Classes Modifier and Type Class Description static classIoTest.GraphMLTeststatic classIoTest.GraphSONLegacyTeststatic classIoTest.GraphSONTeststatic classIoTest.GraphSONV2Teststatic classIoTest.GraphSONV3Teststatic classIoTest.GryoTest
 - 
Constructor SummaryConstructors Constructor Description IoTest()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidassertClassicGraph(Graph g1, boolean assertDouble, boolean lossyForId)static voidassertCrewGraph(Graph g1, boolean lossyForId)static voidassertModernGraph(Graph g1, boolean assertDouble, boolean lossyForId)static voidassertNoEdgeGraph(Graph g1, boolean assertDouble, boolean lossyForId)static InputStreamgetResourceAsStream(Class<?> resourceClass, String file)
 
- 
- 
- 
Method Detail- 
assertCrewGraphpublic static void assertCrewGraph(Graph g1, boolean lossyForId) 
 - 
assertClassicGraphpublic static void assertClassicGraph(Graph g1, boolean assertDouble, boolean lossyForId) 
 - 
assertNoEdgeGraphpublic static void assertNoEdgeGraph(Graph g1, boolean assertDouble, boolean lossyForId) 
 - 
assertModernGraphpublic static void assertModernGraph(Graph g1, boolean assertDouble, boolean lossyForId) 
 - 
getResourceAsStreampublic static InputStream getResourceAsStream(Class<?> resourceClass, String file) 
 
- 
 
-