@Deprecated public class GroovyEnvironmentPerformanceSuite extends AbstractGremlinSuite
GroovyEnvironmentPerformanceSuite
is a JUnit test runner that executes the Gremlin Test Suite over a
Graph
implementation. This test suite covers ensures that a vendor implementation is compliant with
the Groovy "environment" which will typically ensure that the Graph
will work as expected in the Gremlin
Console, Gremlin Server, and other Groovy environments.
Note that this suite contains "long-run" tests. At this time, this suite can be considered optional to providers
as the functionality that it provides is generally covered elsewhere.
For more information on the usage of this suite, please see StructureStandardSuite
.AbstractGremlinSuite.OptOutTestFilter
Constructor and Description |
---|
GroovyEnvironmentPerformanceSuite(Class<?> klass,
RunnerBuilder builder)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
afterTestExecution(Class<? extends AbstractGremlinTest> testClass)
Deprecated.
Called just after test class execution.
|
boolean |
beforeTestExecution(Class<? extends AbstractGremlinTest> testClass)
Deprecated.
Called just prior to test class execution.
|
getGraphProviderClass, runChild, validateOptInAndOutAnnotationsOnGraph, withAfterClasses
public GroovyEnvironmentPerformanceSuite(Class<?> klass, RunnerBuilder builder) throws InitializationError
InitializationError
public boolean beforeTestExecution(Class<? extends AbstractGremlinTest> testClass)
AbstractGremlinSuite
beforeTestExecution
in class AbstractGremlinSuite
public void afterTestExecution(Class<? extends AbstractGremlinTest> testClass)
AbstractGremlinSuite
afterTestExecution
in class AbstractGremlinSuite
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.