Uses of Class
org.apache.maven.surefire.util.DefaultScanResult
-
Packages that use DefaultScanResult Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.booterclient org.apache.maven.plugin.surefire.util org.apache.maven.surefire.util -
-
Uses of DefaultScanResult in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return DefaultScanResult Modifier and Type Method Description (package private) DefaultScanResultAbstractSurefireMojo. scanDependencies()private DefaultScanResultAbstractSurefireMojo. scanDirectories()private DefaultScanResultAbstractSurefireMojo. scanForTestClasses()Methods in org.apache.maven.plugin.surefire with parameters of type DefaultScanResult 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)private StartupConfigurationAbstractSurefireMojo. createStartupConfiguration(ProviderInfo provider, boolean isInprocess, ClassLoaderConfiguration classLoaderConfiguration, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper)private voidAbstractSurefireMojo. executeAfterPreconditionsChecked(DefaultScanResult scanResult)private RunResultAbstractSurefireMojo. executeProvider(ProviderInfo provider, DefaultScanResult scanResult, 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)RunResultInPluginVMSurefireStarter. runSuitesInProcess(DefaultScanResult scanResult) -
Uses of DefaultScanResult in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type DefaultScanResult Modifier and Type Method Description RunResultForkStarter. run(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult) -
Uses of DefaultScanResult in org.apache.maven.plugin.surefire.util
Methods in org.apache.maven.plugin.surefire.util that return DefaultScanResult Modifier and Type Method Description DefaultScanResultDependencyScanner. scan()DefaultScanResultDirectoryScanner. scan() -
Uses of DefaultScanResult in org.apache.maven.surefire.util
Methods in org.apache.maven.surefire.util that return DefaultScanResult Modifier and Type Method Description DefaultScanResultDefaultScanResult. append(DefaultScanResult other)static DefaultScanResultDefaultScanResult. from(java.util.Map<java.lang.String,java.lang.String> properties)Methods in org.apache.maven.surefire.util with parameters of type DefaultScanResult Modifier and Type Method Description DefaultScanResultDefaultScanResult. append(DefaultScanResult other)
-