We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.testbench.parallel.
Class ParallelTestSuite
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runner.Runner>
-
- org.junit.runners.Suite
-
- com.vaadin.testbench.parallel.ParallelTestSuite
-
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable
public class ParallelTestSuite extends org.junit.runners.Suite
Test suite which consists of all the TestBench tests passed in the constructor. Runs the tests in parallel using a
ParallelScheduler
-
-
Constructor Summary
Constructors Modifier Constructor and Description protected
ParallelTestSuite(Class<?> klass, Class<?>[] suiteClasses)
ParallelTestSuite(Class<?> klass, Class<? extends ParallelTest> baseClass, String basePackage, String[] ignorePackages)
-
Method Summary
-
Methods inherited from class org.junit.runners.Suite
describeChild, emptySuite, getChildren, runChild
-
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
-
-
-
-
Constructor Detail
-
ParallelTestSuite
public ParallelTestSuite(Class<?> klass, Class<? extends ParallelTest> baseClass, String basePackage, String[] ignorePackages) throws org.junit.runners.model.InitializationError
Throws:
org.junit.runners.model.InitializationError
-
-