public class ClasspathSuite
extends org.junit.runners.Suite
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClasspathSuite.BaseTypeFilter
The
BaseTypeFilter annotation filters all test classes to be
run by one or several given base types, i.e. |
static interface |
ClasspathSuite.BeforeSuite
The
BeforeSuite marks a method that will be run before the
suite is run. |
static interface |
ClasspathSuite.ClassnameFilters
The
ClassnameFilters annotation specifies a set of regex
expressions for all test classes (ie. |
static interface |
ClasspathSuite.ClasspathProperty
The
ClasspathProperty specifies the System property name
used to retrieve the java classpath which is searched for Test classes
and suites. |
static interface |
ClasspathSuite.ExcludeBaseTypeFilter
The
ExcludeBaseTypeFilter annotation filters all test
classes to be run by one or several given base types, i.e. |
static interface |
ClasspathSuite.IncludeJars
The
IncludeJars annotation specifies if Jars should be
searched in or not. |
static interface |
ClasspathSuite.SuiteTypes
The
SuiteTypes annotation specifies which types of tests
will be included in the test run. |
| Constructor and Description |
|---|
ClasspathSuite(Class<?> suiteClass,
org.junit.runners.model.RunnerBuilder builder)
Used by JUnit
|
ClasspathSuite(Class<?> suiteClass,
org.junit.runners.model.RunnerBuilder builder,
ClassesFinderFactory factory)
For testing purposes only
|
| Modifier and Type | Method and Description |
|---|---|
void |
run(org.junit.runner.notification.RunNotifier notifier) |
describeChild, emptySuite, getChildren, runChildpublic ClasspathSuite(Class<?> suiteClass, org.junit.runners.model.RunnerBuilder builder) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic ClasspathSuite(Class<?> suiteClass, org.junit.runners.model.RunnerBuilder builder, ClassesFinderFactory factory) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorCopyright © 2015. All Rights Reserved.