public class XWikiExecutorSuite
extends org.junit.extensions.cpsuite.ClasspathSuite
More details on the "pattern" System Property, its syntax and examples are found in the
XWikiExecutorTestMethodFilter
class.
Modifier and Type | Class and Description |
---|---|
static interface |
XWikiExecutorSuite.Executors |
static interface |
XWikiExecutorSuite.PostStart |
static interface |
XWikiExecutorSuite.PreStart |
org.junit.extensions.cpsuite.ClasspathSuite.BaseTypeFilter, org.junit.extensions.cpsuite.ClasspathSuite.BeforeSuite, org.junit.extensions.cpsuite.ClasspathSuite.ClassnameFilters, org.junit.extensions.cpsuite.ClasspathSuite.ClasspathProperty, org.junit.extensions.cpsuite.ClasspathSuite.ExcludeBaseTypeFilter, org.junit.extensions.cpsuite.ClasspathSuite.IncludeJars, org.junit.extensions.cpsuite.ClasspathSuite.SuiteTypes
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
LOGGER |
static String |
PATTERN |
Constructor and Description |
---|
XWikiExecutorSuite(Class<?> klass,
org.junit.runners.model.RunnerBuilder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterTests()
Called after test execution.
|
protected void |
beforeTests()
Called before test execution.
|
protected List<org.junit.runner.Runner> |
getChildren() |
List<XWikiExecutor> |
getExecutors() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolation
public static final String PATTERN
protected static final org.slf4j.Logger LOGGER
public XWikiExecutorSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
public List<XWikiExecutor> getExecutors()
protected List<org.junit.runner.Runner> getChildren()
getChildren
in class org.junit.runners.Suite
protected void beforeTests()
protected void afterTests()
public void run(org.junit.runner.notification.RunNotifier notifier)
run
in class org.junit.extensions.cpsuite.ClasspathSuite
Copyright © 2004–2021 XWiki. All rights reserved.