Uses of Interface
org.apache.maven.surefire.api.provider.ProviderParameters
Packages that use ProviderParameters
Package
Description
-
Uses of ProviderParameters in org.apache.maven.surefire.api.booter
Classes in org.apache.maven.surefire.api.booter that implement ProviderParameters -
Uses of ProviderParameters in org.apache.maven.surefire.junit
Fields in org.apache.maven.surefire.junit declared as ProviderParametersModifier and TypeFieldDescriptionprivate final ProviderParameters
JUnit3Provider.providerParameters
Constructors in org.apache.maven.surefire.junit with parameters of type ProviderParameters -
Uses of ProviderParameters in org.apache.maven.surefire.junit4
Fields in org.apache.maven.surefire.junit4 declared as ProviderParametersModifier and TypeFieldDescriptionprivate final ProviderParameters
JUnit4Provider.providerParameters
Constructors in org.apache.maven.surefire.junit4 with parameters of type ProviderParameters -
Uses of ProviderParameters in org.apache.maven.surefire.junitcore
Fields in org.apache.maven.surefire.junitcore declared as ProviderParametersModifier and TypeFieldDescriptionprivate final ProviderParameters
JUnitCoreProvider.providerParameters
Constructors in org.apache.maven.surefire.junitcore with parameters of type ProviderParameters -
Uses of ProviderParameters in org.apache.maven.surefire.junitplatform
Fields in org.apache.maven.surefire.junitplatform declared as ProviderParametersModifier and TypeFieldDescriptionprivate final ProviderParameters
JUnitPlatformProvider.parameters
Constructors in org.apache.maven.surefire.junitplatform with parameters of type ProviderParametersModifierConstructorDescriptionJUnitPlatformProvider
(ProviderParameters parameters) (package private)
JUnitPlatformProvider
(ProviderParameters parameters, org.junit.platform.launcher.Launcher launcher) -
Uses of ProviderParameters in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng declared as ProviderParametersModifier and TypeFieldDescriptionprivate final ProviderParameters
TestNGProvider.providerParameters
Constructors in org.apache.maven.surefire.testng with parameters of type ProviderParameters