public class StructurePerformanceSuite extends AbstractGremlinSuite
StructurePerformanceSuite
is a JUnit test runner that executes the Gremlin Test Suite over a
Graph
implementation. This specialized test suite and runner is for use
by Gremlin Structure implementers to test their Graph
implementations.
The StructurePerformanceSuite
runs more complex testing scenarios over
Graph
implementations than the standard StructurePerformanceSuite
.
To use the StructurePerformanceSuite
define a class in a test module. Simple naming would expect the name
of the implementation followed by "StructurePerformanceTest". This class should be annotated as follows (note that
the "Suite" implements GraphProvider
as a convenience only. It could be implemented
in a separate class file):
AbstractGremlinSuite.GraphProviderClass, AbstractGremlinSuite.OptOutTestFilter
Constructor and Description |
---|
StructurePerformanceSuite(Class<?> klass,
RunnerBuilder builder) |
afterTestExecution, beforeTestExecution, getGraphProviderClass, isHelperMethodOverriden, runChild, validateOptInAndOutAnnotationsOnGraph
public StructurePerformanceSuite(Class<?> klass, RunnerBuilder builder) throws InitializationError
InitializationError
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.