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 TestClassPathAbstractSurefireMojo.JUnitPlatformProviderInfo. testClasspathMethods in org.apache.maven.plugin.surefire that return TestClassPath Modifier and Type Method Description private TestClassPathAbstractSurefireMojo. generateTestClasspath()Generates the test classpath.Methods in org.apache.maven.plugin.surefire with parameters of type TestClassPath Modifier and Type Method Description private 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 java.util.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, 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)
-