@Deprecated public class StructurePerformanceSuite extends AbstractGremlinSuite
StructurePerformanceSuite
is a JUnit test runner that executes the Gremlin Test Suite over a
Graph
implementation. This suite contains "long-run" tests that produce reports on the read/write
performance of a providers implementation 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
.AbstractGremlinSuite.OptOutTestFilter
Constructor and Description |
---|
StructurePerformanceSuite(Class<?> klass,
RunnerBuilder builder)
Deprecated.
|
afterTestExecution, beforeTestExecution, getGraphProviderClass, runChild, validateOptInAndOutAnnotationsOnGraph
public StructurePerformanceSuite(Class<?> klass, RunnerBuilder builder) throws InitializationError
InitializationError
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.