public class ProcessComputerSuite extends AbstractGremlinSuite
ProcessComputerSuite
is a JUnit test runner that executes the Gremlin Test Suite over a
Graph
implementation. This test suite covers traversal operations around GraphComputer
and should
be implemented by vendors to validate that their implementations are compliant with that Gremlin language.
Implementations that use this test suite should return true
for
Graph.Features.GraphFeatures.supportsComputer()
.
For more information on the usage of this suite, please see StructureStandardSuite
.AbstractGremlinSuite.OptOutTestFilter
Constructor and Description |
---|
ProcessComputerSuite(Class<?> klass,
RunnerBuilder builder)
This constructor is used by JUnit and will run this suite with its concrete implementations of the
testsToEnforce . |
ProcessComputerSuite(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, validateOptInAndOutAnnotationsOnGraph
public ProcessComputerSuite(Class<?> klass, RunnerBuilder builder) throws InitializationError
testsToEnforce
.InitializationError
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.