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.ProcessLimitedComputerSuite
-
- All Implemented Interfaces:
org.junit.runner.Describable
,org.junit.runner.manipulation.Filterable
,org.junit.runner.manipulation.Orderable
,org.junit.runner.manipulation.Sortable
public class ProcessLimitedComputerSuite extends AbstractGremlinSuite
TheProcessLimitedComputerSuite
is a set of tests that providers may implement in addition to the standard Gherkin feature tests. TheProcessComputerSuite
contains all the tests in Gherkin and is therefore duplicative of that test set but also includes a number of tests that have not been (or cannot be) converted to Gherkin for various reasons.- 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 ProcessLimitedComputerSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder)
This constructor is used by JUnit and will run this suite with its concrete implementations of thetestsToEnforce
.ProcessLimitedComputerSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder, Class<?>[] testsToExecute)
This constructor is used by Gremlin flavor implementers who supply their own implementations of thetestsToEnforce
.
-
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
-
ProcessLimitedComputerSuite
public ProcessLimitedComputerSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder) throws org.junit.runners.model.InitializationError
This constructor is used by JUnit and will run this suite with its concrete implementations of thetestsToEnforce
.- Throws:
org.junit.runners.model.InitializationError
-
ProcessLimitedComputerSuite
public ProcessLimitedComputerSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder, Class<?>[] testsToExecute) throws org.junit.runners.model.InitializationError
This constructor is used by Gremlin flavor implementers who supply their own implementations of thetestsToEnforce
.- Throws:
org.junit.runners.model.InitializationError
-
-