Uses of Class
org.apache.maven.plugin.surefire.TestClassPath
-
Packages that use TestClassPath Package Description org.apache.maven.plugin.surefire org.apache.maven.surefire.providerapi -
-
Uses of TestClassPath in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire with parameters of type TestClassPath Modifier and Type Method Description protected java.util.List<ProviderInfo>AbstractSurefireMojo. createProviders(TestClassPath testClasspath) -
Uses of TestClassPath in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return TestClassPath Modifier and Type Method Description default TestClassPathProviderInfo. decorateTestClassPath(TestClassPath testClasspath)Methods in org.apache.maven.surefire.providerapi with parameters of type TestClassPath Modifier and Type Method Description default TestClassPathProviderInfo. decorateTestClassPath(TestClassPath testClasspath)
-