Class SerializationTest.GraphSONV1Test
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
-
- org.apache.tinkerpop.gremlin.structure.SerializationTest.GraphSONV1Test
-
- Enclosing class:
- SerializationTest
public static class SerializationTest.GraphSONV1Test extends AbstractGremlinTest
-
-
Field Summary
-
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak
-
-
Constructor Summary
Constructors Constructor Description GraphSONV1Test()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
shouldSerializeEdge()
void
shouldSerializePath()
void
shouldSerializeProperty()
void
shouldSerializeTraversalMetrics()
void
shouldSerializeTree()
void
shouldSerializeVertex()
void
shouldSerializeVertexProperty()
void
shouldSerializeVertexPropertyWithProperties()
-
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, 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
-
-