Uses of Class
org.apache.maven.surefire.api.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.api.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) DefaultScanResult
AbstractSurefireMojo. scanDependencies()
private DefaultScanResult
AbstractSurefireMojo. scanDirectories()
private DefaultScanResult
AbstractSurefireMojo. scanForTestClasses()
Methods in org.apache.maven.plugin.surefire with parameters of type DefaultScanResult Modifier and Type Method Description private 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)
private StartupConfiguration
AbstractSurefireMojo. createStartupConfiguration(ProviderInfo provider, boolean isForking, ClassLoaderConfiguration classLoaderConfiguration, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularity)
private void
AbstractSurefireMojo. executeAfterPreconditionsChecked(DefaultScanResult scanResult, Platform platform)
private RunResult
AbstractSurefireMojo. executeProvider(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult)
private StartupConfiguration
AbstractSurefireMojo. newStartupConfigWithModularPath(ClassLoaderConfiguration classLoaderConfiguration, ProviderInfo providerInfo, ResolvePathResultWrapper moduleDescriptor, DefaultScanResult scanResult, java.lang.String javaHome, TestClassPath testClasspathWrapper)
RunResult
InPluginVMSurefireStarter. 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 RunResult
ForkStarter. 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 DefaultScanResult
DependencyScanner. scan()
DefaultScanResult
DirectoryScanner. scan()
-
Uses of DefaultScanResult in org.apache.maven.surefire.api.util
Methods in org.apache.maven.surefire.api.util that return DefaultScanResult Modifier and Type Method Description DefaultScanResult
DefaultScanResult. append(DefaultScanResult other)
static DefaultScanResult
DefaultScanResult. from(java.util.Map<java.lang.String,java.lang.String> properties)
Methods in org.apache.maven.surefire.api.util with parameters of type DefaultScanResult Modifier and Type Method Description DefaultScanResult
DefaultScanResult. append(DefaultScanResult other)
-