Uses of Class
org.apache.maven.surefire.api.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) DefaultScanResultAbstractSurefireMojo.scanDependencies()private DefaultScanResultAbstractSurefireMojo.scanDirectories()private DefaultScanResultAbstractSurefireMojo.scanForTestClasses()Methods in org.apache.maven.plugin.surefire with parameters of type DefaultScanResultModifier and TypeMethodDescriptionprivate 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) private StartupConfigurationAbstractSurefireMojo.createStartupConfiguration(ProviderInfo provider, boolean isForking, ClassLoaderConfiguration classLoaderConfiguration, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularity) private voidAbstractSurefireMojo.executeAfterPreconditionsChecked(DefaultScanResult scanResult, Platform platform) private RunResultAbstractSurefireMojo.executeProvider(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult) private StartupConfigurationAbstractSurefireMojo.newStartupConfigWithModularPath(ClassLoaderConfiguration classLoaderConfiguration, ProviderInfo providerInfo, ResolvePathResultWrapper 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.api.util
Methods in org.apache.maven.surefire.api.util that return DefaultScanResultModifier and TypeMethodDescriptionDefaultScanResult.append(DefaultScanResult other) static DefaultScanResultMethods in org.apache.maven.surefire.api.util with parameters of type DefaultScanResult