| Interface | Description |
|---|---|
| ClassesFinder | |
| ClassesFinderFactory | |
| ClassTester |
| Class | Description |
|---|---|
| AcceptAllTester | |
| ClasspathClassesFinder |
Utility class to find classes within the class path, both inside and outside
of jar files.
|
| ClasspathFinderFactory | |
| ClasspathSuite | |
| ClasspathSuiteTester |
ClassTester implementation to retrieve JUnit38 & 4.x test classes in the
classpath.
|
| JarFilenameIterator |
This class provides an iterator over all file names in a jar file.
|
| NullIterator<T> | |
| RecursiveFilenameIterator |
This class provides an iterator over all file names in a directory and its
subdirectories.
|
| Enum | Description |
|---|---|
| SuiteType |
| Annotation Type | Description |
|---|---|
| ClasspathSuite.BaseTypeFilter |
The
BaseTypeFilter annotation filters all test classes to be
run by one or several given base types, i.e. |
| ClasspathSuite.BeforeSuite |
The
BeforeSuite marks a method that will be run before the
suite is run. |
| ClasspathSuite.ClassnameFilters |
The
ClassnameFilters annotation specifies a set of regex
expressions for all test classes (ie. |
| ClasspathSuite.ClasspathProperty |
The
ClasspathProperty specifies the System property name
used to retrieve the java classpath which is searched for Test classes
and suites. |
| ClasspathSuite.ExcludeBaseTypeFilter |
The
ExcludeBaseTypeFilter annotation filters all test
classes to be run by one or several given base types, i.e. |
| ClasspathSuite.IncludeJars |
The
IncludeJars annotation specifies if Jars should be
searched in or not. |
| ClasspathSuite.SuiteTypes |
The
SuiteTypes annotation specifies which types of tests
will be included in the test run. |
Copyright © 2015. All Rights Reserved.