Class GraphConstructionTest

java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.structure.GraphConstructionTest

public class GraphConstructionTest extends AbstractGremlinTest
Tests that support the creation of Graph instances which occurs via GraphFactory.
Author:
Stephen Mallette (http://stephen.genoprime.com)
  • Constructor Details

    • GraphConstructionTest

      public GraphConstructionTest()
  • Method Details

    • shouldOpenGraphThroughGraphFactoryViaApacheConfig

      public void shouldOpenGraphThroughGraphFactoryViaApacheConfig() throws Exception
      All Gremlin Structure implementations should be constructable through GraphFactory.
      Throws:
      Exception
    • shouldConstructAnEmptyGraph

      public void shouldConstructAnEmptyGraph()
      Graphs should be empty on creation.
    • shouldMaintainOriginalConfigurationObjectGivenToFactory

      public void shouldMaintainOriginalConfigurationObjectGivenToFactory() throws Exception
      A Graph should maintain the original Configuration object passed to it via GraphFactory.
      Throws:
      Exception