public class ProcessStandardSuite extends AbstractGremlinSuite
ProcessStandardSuite
is a JUnit test runner that executes the Gremlin Test Suite over a
Graph
implementation. This test suite covers traversal operations and should be implemented by providers
to validate that their implementations are compliant with the Gremlin language.
For more information on the usage of this suite, please see StructureStandardSuite
.AbstractGremlinSuite.OptOutTestFilter
Constructor and Description |
---|
ProcessStandardSuite(Class<?> klass,
RunnerBuilder builder)
This constructor is used by JUnit and will run this suite with its concrete implementations of the
testsToEnforce . |
ProcessStandardSuite(Class<?> klass,
RunnerBuilder builder,
Class<?>[] testsToExecute)
This constructor is used by Gremlin flavor implementers who supply their own implementations of the
testsToEnforce . |
afterTestExecution, beforeTestExecution, getGraphProviderClass, runChild, withAfterClasses
public ProcessStandardSuite(Class<?> klass, RunnerBuilder builder) throws InitializationError
testsToEnforce
.InitializationError
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.