- ClassesFinder - Interface in org.junit.extensions.cpsuite
-
- ClassesFinderFactory - Interface in org.junit.extensions.cpsuite
-
- ClasspathClassesFinder - Class in org.junit.extensions.cpsuite
-
Utility class to find classes within the class path, both inside and outside
of jar files.
- ClasspathClassesFinder(ClassTester, String) - Constructor for class org.junit.extensions.cpsuite.ClasspathClassesFinder
-
- ClasspathFinderFactory - Class in org.junit.extensions.cpsuite
-
- ClasspathFinderFactory() - Constructor for class org.junit.extensions.cpsuite.ClasspathFinderFactory
-
- ClasspathSuite - Class in org.junit.extensions.cpsuite
-
- ClasspathSuite(Class<?>, RunnerBuilder) - Constructor for class org.junit.extensions.cpsuite.ClasspathSuite
-
Used by JUnit
- ClasspathSuite(Class<?>, RunnerBuilder, ClassesFinderFactory) - Constructor for class org.junit.extensions.cpsuite.ClasspathSuite
-
For testing purposes only
- ClasspathSuite.BaseTypeFilter - Annotation Type in org.junit.extensions.cpsuite
-
The BaseTypeFilter annotation filters all test classes to be
run by one or several given base types, i.e.
- ClasspathSuite.BeforeSuite - Annotation Type in org.junit.extensions.cpsuite
-
The BeforeSuite marks a method that will be run before the
suite is run.
- ClasspathSuite.ClassnameFilters - Annotation Type in org.junit.extensions.cpsuite
-
The ClassnameFilters annotation specifies a set of regex
expressions for all test classes (ie.
- ClasspathSuite.ClasspathProperty - Annotation Type in org.junit.extensions.cpsuite
-
The ClasspathProperty specifies the System property name
used to retrieve the java classpath which is searched for Test classes
and suites.
- ClasspathSuite.ExcludeBaseTypeFilter - Annotation Type in org.junit.extensions.cpsuite
-
The ExcludeBaseTypeFilter annotation filters all test
classes to be run by one or several given base types, i.e.
- ClasspathSuite.IncludeJars - Annotation Type in org.junit.extensions.cpsuite
-
The IncludeJars annotation specifies if Jars should be
searched in or not.
- ClasspathSuite.SuiteTypes - Annotation Type in org.junit.extensions.cpsuite
-
The SuiteTypes annotation specifies which types of tests
will be included in the test run.
- ClasspathSuiteTester - Class in org.junit.extensions.cpsuite
-
ClassTester implementation to retrieve JUnit38 & 4.x test classes in the
classpath.
- ClasspathSuiteTester(boolean, String[], SuiteType[], Class<?>[], Class<?>[]) - Constructor for class org.junit.extensions.cpsuite.ClasspathSuiteTester
-
- ClassTester - Interface in org.junit.extensions.cpsuite
-
- create(boolean, String[], SuiteType[], Class<?>[], Class<?>[], String) - Method in interface org.junit.extensions.cpsuite.ClassesFinderFactory
-
- create(boolean, String[], SuiteType[], Class<?>[], Class<?>[], String) - Method in class org.junit.extensions.cpsuite.ClasspathFinderFactory
-