Uses of Interface
org.eclipse.tycho.surefire.provider.spi.TestFrameworkProvider
-
Packages that use TestFrameworkProvider Package Description org.eclipse.tycho.surefire.provider.impl -
-
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
JUnit5Provider
class
TestNGProvider
Methods in org.eclipse.tycho.surefire.provider.impl that return TestFrameworkProvider Modifier and Type Method Description TestFrameworkProvider
ProviderHelper. selectProvider(List<ClasspathEntry> classpath, Properties providerProperties, String providerHint)
Methods in org.eclipse.tycho.surefire.provider.impl with parameters of type TestFrameworkProvider Modifier and Type Method Description Set<org.apache.maven.artifact.Artifact>
ProviderHelper. filterTestFrameworkBundles(TestFrameworkProvider provider, List<org.apache.maven.artifact.Artifact> pluginArtifacts)
-