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 TestClassPathAbstractSurefireMojo.JUnitPlatformProviderInfo.testClasspathMethods in org.apache.maven.plugin.surefire that return TestClassPathModifier and TypeMethodDescriptionprivate TestClassPathAbstractSurefireMojo.generateTestClasspath()Generates the test classpath.Methods in org.apache.maven.plugin.surefire with parameters of type TestClassPathModifier and TypeMethodDescriptionprivate ForkStarterAbstractSurefireMojo.createForkStarter(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration, RunOrderParameters runOrderParameters, ConsoleLogger log, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult) private InPluginVMSurefireStarterAbstractSurefireMojo.createInprocessStarter(ProviderInfo provider, ClassLoaderConfiguration classLoaderConfig, RunOrderParameters runOrderParameters, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper) protected List<ProviderInfo>AbstractSurefireMojo.createProviders(TestClassPath testClasspath) private StartupConfigurationAbstractSurefireMojo.createStartupConfiguration(ProviderInfo provider, boolean isForking, ClassLoaderConfiguration classLoaderConfiguration, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularity) private RunResultAbstractSurefireMojo.executeProvider(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult) private StartupConfigurationAbstractSurefireMojo.newStartupConfigWithClasspath(ClassLoaderConfiguration classLoaderConfiguration, ProviderInfo providerInfo, TestClassPath testClasspathWrapper) private StartupConfigurationAbstractSurefireMojo.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)