Class ProcessLimitedComputerSuite
- 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.ProcessEmbeddedComputerSuite
- 
- org.apache.tinkerpop.gremlin.process.ProcessLimitedComputerSuite
 
 
 
 
 
 
- 
- 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 ProcessLimitedComputerSuite extends ProcessEmbeddedComputerSuite Deprecated.As of release 3.8.0, replaced byProcessEmbeddedComputerSuite.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinSuiteAbstractGremlinSuite.OptOutTestFilter
 
- 
 - 
Constructor SummaryConstructors Constructor Description ProcessLimitedComputerSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder)Deprecated.ProcessLimitedComputerSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder, Class<?>[] testsToExecute)Deprecated.
 - 
Method Summary- 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinSuiteafterTestExecution, beforeTestExecution, getGraphProviderClass, runChild, withAfterClasses
 - 
Methods inherited from class org.junit.runners.ParentRunnerchildrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withBeforeClasses, withInterruptIsolation
 
- 
 
- 
- 
- 
Constructor Detail- 
ProcessLimitedComputerSuitepublic ProcessLimitedComputerSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder) throws org.junit.runners.model.InitializationError Deprecated.- Throws:
- org.junit.runners.model.InitializationError
 
 
- 
 
-