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 classAbstractJUnitProviderclassJUnit3ProviderclassJUnit47ProviderclassJUnit4ProviderclassJUnit5ProviderclassTestNGProviderMethods in org.eclipse.tycho.surefire.provider.impl that return TestFrameworkProvider Modifier and Type Method Description TestFrameworkProviderProviderHelper. 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)
-