Class StructureIntegrateSuite

  • All Implemented Interfaces:
    org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Orderable, org.junit.runner.manipulation.Sortable

    public class StructureIntegrateSuite
    extends AbstractGremlinSuite
    The StructureIntegrationSuite is a JUnit test runner that executes the Gremlin Test Suite over a Graph implementation. This suite contains "long-run" tests that enforce various behaviors and expectations of a vendor implementation of Graph. Its usage is optional to providers as the tests are somewhat redundant to those found elsewhere in other required test suites.

    For more information on the usage of this suite, please see StructureStandardSuite.

    Author:
    Stephen Mallette (http://stephen.genoprime.com)
    • Constructor Detail

      • StructureIntegrateSuite

        public StructureIntegrateSuite​(Class<?> klass,
                                       org.junit.runners.model.RunnerBuilder builder)
                                throws org.junit.runners.model.InitializationError
        Throws:
        org.junit.runners.model.InitializationError