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, Platform platform, TestClassPath testClasspathWrapper)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 isInprocess, ClassLoaderConfiguration classLoaderConfiguration, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper)private RunResultAbstractSurefireMojo. executeProvider(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper)private StartupConfigurationAbstractSurefireMojo. newStartupConfigWithClasspath(ClassLoaderConfiguration classLoaderConfiguration, java.util.Set<org.apache.maven.artifact.Artifact> providerArtifacts, java.lang.String providerName, TestClassPath testClasspathWrapper)private StartupConfigurationAbstractSurefireMojo. newStartupConfigWithModularPath(ClassLoaderConfiguration classLoaderConfiguration, java.util.Set<org.apache.maven.artifact.Artifact> providerArtifacts, java.lang.String providerName, java.io.File 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 junitPlatformArtifact, TestClassPath testClasspath)
-