public static class FeatureSupportTest.GraphFunctionalityTest extends AbstractGremlinTest
Graph functionality to determine if a feature should be on when it is marked
 as not supported.config, g, graph, graphProvider, name| Constructor and Description | 
|---|
| GraphFunctionalityTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | shouldPrintTheFeatureList()This isn't really a test. | 
| void | shouldSupportComputerIfAGraphCanCompute()A  Graphthat does not supportGraph.Features.GraphFeatures.FEATURE_COMPUTERmust callGraph.Exceptions.graphComputerNotSupported(). | 
| void | shouldSupportMemoryIfAGraphAcceptsMemory()A  Graphthat does not supportGraph.Features.VariableFeatures.FEATURE_VARIABLESmust callGraph.Exceptions.variablesNotSupported(). | 
| void | shouldSupportTransactionsIfAGraphConstructsATx()A  Graphthat does not supportGraph.Features.GraphFeatures.FEATURE_TRANSACTIONSmust callGraph.Exceptions.transactionsNotSupported(). | 
| void | shouldThrowOnThreadedTransactionNotSupported() | 
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyUniqueStepIdspublic void shouldPrintTheFeatureList()
public void shouldSupportComputerIfAGraphCanCompute()
                                             throws Exception
Graph that does not support Graph.Features.GraphFeatures.FEATURE_COMPUTER must call
 Graph.Exceptions.graphComputerNotSupported().Exceptionpublic void shouldSupportTransactionsIfAGraphConstructsATx()
                                                    throws Exception
Graph that does not support Graph.Features.GraphFeatures.FEATURE_TRANSACTIONS must call
 Graph.Exceptions.transactionsNotSupported().Exceptionpublic void shouldSupportMemoryIfAGraphAcceptsMemory()
                                              throws Exception
Graph that does not support Graph.Features.VariableFeatures.FEATURE_VARIABLES must call
 Graph.Exceptions.variablesNotSupported().Exceptionpublic void shouldThrowOnThreadedTransactionNotSupported()
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.