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 |
AbstractSurefireMojo.TestNgProviderInfo.getProviderClasspath() |
Classpath |
AbstractSurefireMojo.JUnit3ProviderInfo.getProviderClasspath() |
Classpath |
AbstractSurefireMojo.JUnit4ProviderInfo.getProviderClasspath() |
Classpath |
AbstractSurefireMojo.JUnitPlatformProviderInfo.getProviderClasspath() |
Classpath |
AbstractSurefireMojo.JUnitCoreProviderInfo.getProviderClasspath() |
Classpath |
AbstractSurefireMojo.DynamicProviderInfo.getProviderClasspath() |
Classpath |
ProviderInfo.getProviderClasspath() |
Classpath |
SurefireDependencyResolver.getProviderClasspath(java.lang.String provider,
java.lang.String version,
org.apache.maven.artifact.Artifact filteredArtifact) |
Modifier and Type | Method and Description |
---|---|
private StartupConfiguration |
AbstractSurefireMojo.newStartupConfigForModularClasspath(ClassLoaderConfiguration classLoaderConfiguration,
Classpath providerClasspath,
java.lang.String providerName,
java.io.File moduleDescriptor,
DefaultScanResult scanResult) |
private StartupConfiguration |
AbstractSurefireMojo.newStartupConfigForNonModularClasspath(ClassLoaderConfiguration classLoaderConfiguration,
Classpath providerClasspath,
Classpath inprocClasspath,
java.lang.String providerName) |
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 |
DefaultForkConfiguration.booterClasspath |
Modifier and Type | Method and Description |
---|---|
protected Classpath |
DefaultForkConfiguration.getBooterClasspath() |
protected abstract Classpath |
ForkConfiguration.getBooterClasspath() |
Constructor and Description |
---|
AbstractClasspathForkConfiguration(Classpath bootClasspath,
java.io.File tempDirectory,
java.lang.String debugLine,
java.io.File workingDirectory,
java.util.Properties modelProperties,
java.lang.String argLine,
java.util.Map<java.lang.String,java.lang.String> environmentVariables,
boolean debug,
int forkCount,
boolean reuseForks,
Platform pluginPlatform,
ConsoleLogger log) |
ClasspathForkConfiguration(Classpath bootClasspath,
java.io.File tempDirectory,
java.lang.String debugLine,
java.io.File workingDirectory,
java.util.Properties modelProperties,
java.lang.String argLine,
java.util.Map<java.lang.String,java.lang.String> environmentVariables,
boolean debug,
int forkCount,
boolean reuseForks,
Platform pluginPlatform,
ConsoleLogger log) |
DefaultForkConfiguration(Classpath booterClasspath,
java.io.File tempDirectory,
java.lang.String debugLine,
java.io.File workingDirectory,
java.util.Properties modelProperties,
java.lang.String argLine,
java.util.Map<java.lang.String,java.lang.String> environmentVariables,
boolean debug,
int forkCount,
boolean reuseForks,
Platform pluginPlatform,
ConsoleLogger log) |
JarManifestForkConfiguration(Classpath bootClasspath,
java.io.File tempDirectory,
java.lang.String debugLine,
java.io.File workingDirectory,
java.util.Properties modelProperties,
java.lang.String argLine,
java.util.Map<java.lang.String,java.lang.String> environmentVariables,
boolean debug,
int forkCount,
boolean reuseForks,
Platform pluginPlatform,
ConsoleLogger log) |
ModularClasspathForkConfiguration(Classpath bootClasspath,
java.io.File tempDirectory,
java.lang.String debugLine,
java.io.File workingDirectory,
java.util.Properties modelProperties,
java.lang.String argLine,
java.util.Map<java.lang.String,java.lang.String> environmentVariables,
boolean debug,
int forkCount,
boolean reuseForks,
Platform pluginPlatform,
ConsoleLogger log) |
Modifier and Type | Field and Description |
---|---|
private Classpath |
ClasspathConfiguration.inprocClasspath
The surefire classpath to use when invoking in-process with the plugin
|
private Classpath |
AbstractPathConfiguration.surefireClasspathUrls |
private Classpath |
ClasspathConfiguration.testClasspathUrls |
private Classpath |
ModularClasspathConfiguration.testClasspathUrls |
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) |
protected Classpath |
ClasspathConfiguration.getInprocClasspath() |
protected Classpath |
AbstractPathConfiguration.getInprocClasspath() |
Classpath |
AbstractPathConfiguration.getProviderClasspath() |
Classpath |
ClasspathConfiguration.getTestClasspath() |
Classpath |
ModularClasspathConfiguration.getTestClasspath() |
abstract Classpath |
AbstractPathConfiguration.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 |
---|
AbstractPathConfiguration(Classpath surefireClasspathUrls,
boolean enableAssertions,
boolean childDelegation) |
Classpath(Classpath other,
java.lang.String additionalElement) |
ClasspathConfiguration(Classpath testClasspathUrls,
Classpath surefireClassPathUrls,
Classpath inprocClasspath,
boolean enableAssertions,
boolean childDelegation) |
ModularClasspathConfiguration(ModularClasspath modularClasspath,
Classpath testClasspathUrls,
Classpath surefireClasspathUrls,
boolean enableAssertions,
boolean childDelegation) |