Class 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 Detail

      • GraphConstructionTest

        public GraphConstructionTest()
    • Method Detail

      • 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