Uses of Interface
org.apache.maven.plugin.surefire.ProviderInfo
-
Packages that use ProviderInfo Package Description org.apache.maven.plugin.surefire -
-
Uses of ProviderInfo in org.apache.maven.plugin.surefire
Subinterfaces of ProviderInfo in org.apache.maven.plugin.surefire Modifier and Type Interface Description (package private) interface
ConfigurableProviderInfo
Classes in org.apache.maven.plugin.surefire that implement ProviderInfo Modifier and Type Class Description (package private) class
AbstractSurefireMojo.DynamicProviderInfo
Provides the Provider information for manually configured providers.(package private) class
AbstractSurefireMojo.JUnit3ProviderInfo
(package private) class
AbstractSurefireMojo.JUnit4ProviderInfo
(package private) class
AbstractSurefireMojo.JUnitCoreProviderInfo
(package private) class
AbstractSurefireMojo.JUnitPlatformProviderInfo
(package private) class
AbstractSurefireMojo.TestNgProviderInfo
Fields in org.apache.maven.plugin.surefire declared as ProviderInfo Modifier and Type Field Description private ProviderInfo[]
AbstractSurefireMojo.ProviderList. wellKnownProviders
Methods in org.apache.maven.plugin.surefire that return ProviderInfo Modifier and Type Method Description private ProviderInfo
AbstractSurefireMojo.ProviderList. findByName(java.lang.String providerClassName)
ProviderInfo
AbstractSurefireMojo.DynamicProviderInfo. instantiate(java.lang.String providerName)
ProviderInfo
ConfigurableProviderInfo. instantiate(java.lang.String providerName)
Methods in org.apache.maven.plugin.surefire that return types with arguments of type ProviderInfo Modifier and Type Method Description private java.util.List<ProviderInfo>
AbstractSurefireMojo.ProviderList. autoDetectOneProvider()
protected java.util.List<ProviderInfo>
AbstractSurefireMojo. createProviders(TestClassPath testClasspath)
(package private) java.util.List<ProviderInfo>
AbstractSurefireMojo.ProviderList. resolve()
Methods in org.apache.maven.plugin.surefire with parameters of type ProviderInfo Modifier and Type Method Description private 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 RunResult
AbstractSurefireMojo. executeProvider(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper)
Constructors in org.apache.maven.plugin.surefire with parameters of type ProviderInfo Constructor Description ProviderList(ConfigurableProviderInfo dynamicProviderInfo, ProviderInfo... wellKnownProviders)
-