Package | Description |
---|---|
org.apache.maven.plugin.surefire | |
org.apache.maven.plugin.surefire.booterclient | |
org.apache.maven.surefire.booter |
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ConcurrentHashMap<java.lang.String,Classpath> |
ClasspathCache.CLASSPATHS |
Modifier and Type | Method and Description |
---|---|
Classpath |
SurefireDependencyResolver.addProviderToClasspath(java.util.Map<java.lang.String,org.apache.maven.artifact.Artifact> pluginArtifactMap,
org.apache.maven.artifact.Artifact surefireArtifact) |
private Classpath |
AbstractSurefireMojo.generateTestClasspath()
Generate the test classpath.
|
private Classpath |
AbstractSurefireMojo.getArtifactClasspath(org.apache.maven.artifact.Artifact surefireArtifact) |
static Classpath |
ClasspathCache.getCachedClassPath(java.lang.String artifactId) |
Classpath |
ProviderInfo.getProviderClasspath() |
Classpath |
AbstractSurefireMojo.TestNgProviderInfo.getProviderClasspath() |
Classpath |
AbstractSurefireMojo.JUnit3ProviderInfo.getProviderClasspath() |
Classpath |
AbstractSurefireMojo.JUnit4ProviderInfo.getProviderClasspath() |
Classpath |
AbstractSurefireMojo.JUnitCoreProviderInfo.getProviderClasspath() |
Classpath |
AbstractSurefireMojo.DynamicProviderInfo.getProviderClasspath() |
Classpath |
SurefireDependencyResolver.getProviderClasspath(java.lang.String provider,
java.lang.String version,
org.apache.maven.artifact.Artifact filteredArtifact) |
Modifier and Type | Method and Description |
---|---|
static void |
ClasspathCache.setCachedClasspath(java.lang.String key,
Classpath classpath) |
void |
SurefireProperties.setClasspath(java.lang.String prefix,
Classpath classpath) |
Modifier and Type | Field and Description |
---|---|
private Classpath |
ForkConfiguration.bootClasspathConfiguration |
Modifier and Type | Method and Description |
---|---|
Classpath |
ForkConfiguration.getBootClasspath() |
Constructor and Description |
---|
ForkConfiguration(Classpath bootClasspathConfiguration,
java.io.File tmpDir,
java.lang.String debugLine,
java.lang.String jvmExecutable,
java.io.File workingDirectory,
java.util.Properties modelProperties,
java.lang.String argLine,
java.util.Map<java.lang.String,java.lang.String> environmentVariables,
boolean debugEnabled,
int forkCount,
boolean reuseForks) |
Modifier and Type | Field and Description |
---|---|
private Classpath |
ClasspathConfiguration.classpathUrls |
private Classpath |
ClasspathConfiguration.inprocClasspath
The surefire classpath to use when invoking in-process with the plugin
|
private Classpath |
ClasspathConfiguration.surefireClasspathUrls |
Modifier and Type | Method and Description |
---|---|
Classpath |
Classpath.addClassPathElementUrl(java.lang.String path) |
static Classpath |
Classpath.emptyClasspath() |
(package private) Classpath |
PropertiesWrapper.getClasspath(java.lang.String prefix) |
Classpath |
ClasspathConfiguration.getProviderClasspath() |
Classpath |
ClasspathConfiguration.getTestClasspath() |
static Classpath |
Classpath.join(Classpath firstClasspath,
Classpath secondClasspath) |
Modifier and Type | Method and Description |
---|---|
static Classpath |
Classpath.join(Classpath firstClasspath,
Classpath secondClasspath) |
void |
PropertiesWrapper.setClasspath(java.lang.String prefix,
Classpath classpath) |
Constructor and Description |
---|
Classpath(Classpath other,
java.lang.String additionalElement) |
ClasspathConfiguration(Classpath testClasspath,
Classpath surefireClassPathUrls,
Classpath inprocClasspath,
boolean enableAssertions,
boolean childDelegation) |