Class SerializationTest.GraphSONV3d0Test
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
 - 
- org.apache.tinkerpop.gremlin.structure.SerializationTest.GraphSONV3d0Test
 
 
 
- 
- Enclosing class:
 - SerializationTest
 
public static class SerializationTest.GraphSONV3d0Test extends AbstractGremlinTest
 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak 
 - 
 
- 
Constructor Summary
Constructors Constructor Description GraphSONV3d0Test() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldSerializeEdge()voidshouldSerializePath()voidshouldSerializeProperty()voidshouldSerializeTraversalMetrics()voidshouldSerializeTree()voidshouldSerializeVertex()voidshouldSerializeVertexProperty()voidshouldSerializeVertexPropertyWithProperties()- 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds 
 - 
 
 - 
 
- 
- 
Method Detail
- 
shouldSerializeVertexProperty
public void shouldSerializeVertexProperty() throws Exception- Throws:
 Exception
 
- 
shouldSerializeVertexPropertyWithProperties
public void shouldSerializeVertexPropertyWithProperties() throws Exception- Throws:
 Exception
 
- 
shouldSerializeTraversalMetrics
public void shouldSerializeTraversalMetrics() throws Exception- Throws:
 Exception
 
 - 
 
 -