Uses of Class
org.apache.maven.surefire.util.DefaultScanResult
Packages that use DefaultScanResult
Package
Description
-
Uses of DefaultScanResult in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return DefaultScanResultModifier and TypeMethodDescription(package private) DefaultScanResult
AbstractSurefireMojo.scanDependencies()
private DefaultScanResult
AbstractSurefireMojo.scanDirectories()
private DefaultScanResult
AbstractSurefireMojo.scanForTestClasses()
Methods in org.apache.maven.plugin.surefire with parameters of type DefaultScanResultModifier and TypeMethodDescriptionprivate ForkStarter
AbstractSurefireMojo.createForkStarter
(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration, RunOrderParameters runOrderParameters, ConsoleLogger log, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper) private InPluginVMSurefireStarter
AbstractSurefireMojo.createInprocessStarter
(ProviderInfo provider, ClassLoaderConfiguration classLoaderConfig, RunOrderParameters runOrderParameters, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper) private StartupConfiguration
AbstractSurefireMojo.createStartupConfiguration
(ProviderInfo provider, boolean isInprocess, ClassLoaderConfiguration classLoaderConfiguration, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper) private void
AbstractSurefireMojo.executeAfterPreconditionsChecked
(DefaultScanResult scanResult) private RunResult
AbstractSurefireMojo.executeProvider
(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper) private StartupConfiguration
AbstractSurefireMojo.newStartupConfigWithModularPath
(ClassLoaderConfiguration classLoaderConfiguration, Set<org.apache.maven.artifact.Artifact> providerArtifacts, String providerName, File moduleDescriptor, DefaultScanResult scanResult, String javaHome, TestClassPath testClasspathWrapper) 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 DefaultScanResultModifier and TypeMethodDescriptionForkStarter.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 -
Uses of DefaultScanResult in org.apache.maven.surefire.util
Methods in org.apache.maven.surefire.util that return DefaultScanResultModifier and TypeMethodDescriptionDefaultScanResult.append
(DefaultScanResult other) static DefaultScanResult
Methods in org.apache.maven.surefire.util with parameters of type DefaultScanResult