Uses of Class
org.apache.maven.plugin.surefire.TestClassPath
Packages that use TestClassPath
-
Uses of TestClassPath in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire declared as TestClassPathModifier and TypeFieldDescriptionprivate final TestClassPath
AbstractSurefireMojo.JUnitPlatformProviderInfo.testClasspath
Methods in org.apache.maven.plugin.surefire that return TestClassPathModifier and TypeMethodDescriptionprivate TestClassPath
AbstractSurefireMojo.generateTestClasspath()
Generates the test classpath.Methods in org.apache.maven.plugin.surefire with parameters of type TestClassPathModifier and TypeMethodDescriptionprivate 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 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, String javaHome, TestClassPath testClasspathWrapper) Constructors in org.apache.maven.plugin.surefire with parameters of type TestClassPathModifierConstructorDescription(package private)
JUnitPlatformProviderInfo
(org.apache.maven.artifact.Artifact junitPlatformRunnerArtifact, org.apache.maven.artifact.Artifact junitPlatformArtifact, TestClassPath testClasspath)