| Modifier and Type | Method and Description |
|---|---|
SuiteType[] |
ClasspathSuiteTester.getSuiteTypes() |
static SuiteType |
SuiteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuiteType[] |
SuiteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClassesFinder |
ClasspathFinderFactory.create(boolean searchInJars,
String[] filterPatterns,
SuiteType[] suiteTypes,
Class<?>[] baseTypes,
Class<?>[] excludedBaseTypes,
String classpathProperty) |
ClassesFinder |
ClassesFinderFactory.create(boolean searchInJars,
String[] filterPatterns,
SuiteType[] suiteTypes,
Class<?>[] baseTypes,
Class<?>[] excludedBaseTypes,
String classpathProperty) |
| Constructor and Description |
|---|
ClasspathSuiteTester(boolean searchInJars,
String[] filterPatterns,
SuiteType[] suiteTypes,
Class<?>[] baseTypes,
Class<?>[] excludedBaseTypes) |
Copyright © 2015. All Rights Reserved.