public class ProcessLimitedComputerSuite extends AbstractGremlinSuite
ProcessLimitedComputerSuite
is a set of tests that providers may implement in addition to the standard Gherkin
feature tests. The ProcessComputerSuite
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.AbstractGremlinSuite.OptOutTestFilter
Constructor and 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 the
testsToEnforce . |
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 the
testsToEnforce . |
afterTestExecution, beforeTestExecution, getGraphProviderClass, runChild, withAfterClasses
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withBeforeClasses, withInterruptIsolation
public ProcessLimitedComputerSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder) throws org.junit.runners.model.InitializationError
testsToEnforce
.org.junit.runners.model.InitializationError
public ProcessLimitedComputerSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder, Class<?>[] testsToExecute) throws org.junit.runners.model.InitializationError
testsToEnforce
.org.junit.runners.model.InitializationError
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.