Uses of Interface
org.eclipse.tycho.surefire.provider.spi.TestFrameworkProvider
-
Packages that use TestFrameworkProvider Package Description org.eclipse.tycho.surefire org.eclipse.tycho.surefire.provider.impl -
-
Uses of TestFrameworkProvider in org.eclipse.tycho.surefire
Methods in org.eclipse.tycho.surefire with parameters of type TestFrameworkProvider Modifier and Type Method Description private void
TestMojo. createSurefireProperties(TestFrameworkProvider provider)
-
Uses of TestFrameworkProvider in org.eclipse.tycho.surefire.provider.impl
Classes in org.eclipse.tycho.surefire.provider.impl that implement TestFrameworkProvider Modifier and Type Class Description class
AbstractJUnitProvider
class
JUnit3Provider
class
JUnit47Provider
class
JUnit4Provider
class
JUnit54Provider
class
JUnit55Provider
class
JUnit56Provider
class
JUnit5Provider
class
TestNGProvider
Fields in org.eclipse.tycho.surefire.provider.impl with type parameters of type TestFrameworkProvider Modifier and Type Field Description private java.util.Map<java.lang.String,TestFrameworkProvider>
ProviderHelper. providers
private static java.util.Comparator<TestFrameworkProvider>
ProviderHelper. VERSION_COMPARATOR
Methods in org.eclipse.tycho.surefire.provider.impl that return TestFrameworkProvider Modifier and Type Method Description TestFrameworkProvider
ProviderHelper. selectProvider(java.util.List<ClasspathEntry> classpath, java.util.Properties providerProperties, java.lang.String providerHint)
Methods in org.eclipse.tycho.surefire.provider.impl with parameters of type TestFrameworkProvider Modifier and Type Method Description java.util.Set<org.apache.maven.artifact.Artifact>
ProviderHelper. filterTestFrameworkBundles(TestFrameworkProvider provider, java.util.List<org.apache.maven.artifact.Artifact> pluginArtifacts)
private void
ProviderHelper. validate(TestFrameworkProvider provider, java.util.Properties providerProperties)
Method parameters in org.eclipse.tycho.surefire.provider.impl with type arguments of type TestFrameworkProvider Modifier and Type Method Description private void
ProviderHelper. validateCandidates(java.util.List<TestFrameworkProvider> candidates)
-