public static class IoTest.GraphMLTest extends AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
GraphMLTest() |
Modifier and Type | Method and Description |
---|---|
void |
shouldNotWriteGraphMLFromGraphWithMultiProperties() |
void |
shouldProperlyEncodeWithGraphML()
Note: this is only a very lightweight test of writer/reader encoding.
|
void |
shouldReadGraphML() |
void |
shouldReadGraphMLUnorderedElements() |
void |
shouldReadGraphMLWithAllSupportedDataTypes() |
void |
shouldReadGraphMLWithCommonVertexAndEdgePropertyNames() |
void |
shouldReadGraphMLWithNoEdgeLabels() |
void |
shouldReadGraphMLWithoutEdgeIds() |
void |
shouldReadGraphMLWithoutStrictOption() |
void |
shouldReadGraphMLWithStrictOption() |
void |
shouldReadWriteSelfLoopingEdges() |
void |
shouldTransformGraphMLV2ToV3ViaXSLT() |
void |
shouldWriteNormalizedGraphML()
Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers.
|
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
public void shouldReadGraphML() throws IOException
IOException
public void shouldReadGraphMLWithNoEdgeLabels() throws IOException
IOException
public void shouldReadGraphMLUnorderedElements() throws IOException
IOException
public void shouldReadGraphMLWithAllSupportedDataTypes() throws IOException
IOException
public void shouldReadGraphMLWithoutStrictOption() throws IOException
IOException
public void shouldReadGraphMLWithoutEdgeIds() throws IOException
IOException
public void shouldReadGraphMLWithCommonVertexAndEdgePropertyNames() throws IOException
IOException
public void shouldReadGraphMLWithStrictOption() throws IOException
IOException
public void shouldWriteNormalizedGraphML() throws Exception
Exception
public void shouldNotWriteGraphMLFromGraphWithMultiProperties() throws Exception
Exception
public void shouldProperlyEncodeWithGraphML() throws Exception
Exception
public void shouldReadWriteSelfLoopingEdges() throws Exception
Exception
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.