public class StructureIntegrateSuite extends AbstractGremlinSuite
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 vendors 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
.AbstractGremlinSuite.OptOutTestFilter
Constructor and Description |
---|
StructureIntegrateSuite(Class<?> klass,
RunnerBuilder builder) |
afterTestExecution, beforeTestExecution, getGraphProviderClass, runChild, validateOptInAndOutAnnotationsOnGraph
public StructureIntegrateSuite(Class<?> klass, RunnerBuilder builder) throws InitializationError
InitializationError
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.