Uses of Class
org.apache.maven.plugin.surefire.TestClassPath
-
Packages that use TestClassPath Package Description org.apache.maven.plugin.surefire -
-
Uses of TestClassPath in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire declared as TestClassPath Modifier and Type Field Description private TestClassPath
AbstractSurefireMojo.JUnitPlatformProviderInfo. testClasspath
Methods in org.apache.maven.plugin.surefire that return TestClassPath Modifier and Type Method Description private TestClassPath
AbstractSurefireMojo. generateTestClasspath()
Generates the test classpath.Methods in org.apache.maven.plugin.surefire with parameters of type TestClassPath Modifier and Type Method Description private ForkStarter
AbstractSurefireMojo. createForkStarter(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration, RunOrderParameters runOrderParameters, ConsoleLogger log, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult)
private InPluginVMSurefireStarter
AbstractSurefireMojo. createInprocessStarter(ProviderInfo provider, ClassLoaderConfiguration classLoaderConfig, RunOrderParameters runOrderParameters, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper)
protected java.util.List<ProviderInfo>
AbstractSurefireMojo. createProviders(TestClassPath testClasspath)
private StartupConfiguration
AbstractSurefireMojo. createStartupConfiguration(ProviderInfo provider, boolean isForking, ClassLoaderConfiguration classLoaderConfiguration, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularity)
private RunResult
AbstractSurefireMojo. executeProvider(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult)
private StartupConfiguration
AbstractSurefireMojo. newStartupConfigWithClasspath(ClassLoaderConfiguration classLoaderConfiguration, ProviderInfo providerInfo, TestClassPath testClasspathWrapper)
private StartupConfiguration
AbstractSurefireMojo. newStartupConfigWithModularPath(ClassLoaderConfiguration classLoaderConfiguration, ProviderInfo providerInfo, ResolvePathResultWrapper moduleDescriptor, DefaultScanResult scanResult, java.lang.String javaHome, TestClassPath testClasspathWrapper)
Constructors in org.apache.maven.plugin.surefire with parameters of type TestClassPath Constructor Description JUnitPlatformProviderInfo(org.apache.maven.artifact.Artifact junitPlatformRunnerArtifact, org.apache.maven.artifact.Artifact junitPlatformArtifact, TestClassPath testClasspath)
-