Class ProcessLimitedStandardSuite
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runner.Runner>
-
- org.junit.runners.Suite
-
- org.apache.tinkerpop.gremlin.AbstractGremlinSuite
-
- org.apache.tinkerpop.gremlin.process.ProcessEmbeddedStandardSuite
-
- org.apache.tinkerpop.gremlin.process.ProcessLimitedStandardSuite
-
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Orderable,org.junit.runner.manipulation.Sortable
@Deprecated public class ProcessLimitedStandardSuite extends ProcessEmbeddedStandardSuite
Deprecated.As of release 3.8.0, replaced byProcessEmbeddedStandardSuite.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinSuite
AbstractGremlinSuite.OptOutTestFilter
-
-
Constructor Summary
Constructors Constructor Description ProcessLimitedStandardSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder)Deprecated.ProcessLimitedStandardSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder, Class<?>[] testsToExecute)Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinSuite
afterTestExecution, beforeTestExecution, getGraphProviderClass, runChild, withAfterClasses
-
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withBeforeClasses, withInterruptIsolation
-
-
-
-
Constructor Detail
-
ProcessLimitedStandardSuite
public ProcessLimitedStandardSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder) throws org.junit.runners.model.InitializationError
Deprecated.- Throws:
org.junit.runners.model.InitializationError
-
-