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 voidTestMojo. 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 classAbstractJUnitProviderclassJUnit3ProviderclassJUnit47ProviderclassJUnit4ProviderclassJUnit5ProviderclassTestNGProviderFields 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. providersprivate static java.util.Comparator<TestFrameworkProvider>ProviderHelper. VERSION_COMPARATORMethods in org.eclipse.tycho.surefire.provider.impl that return TestFrameworkProvider Modifier and Type Method Description TestFrameworkProviderProviderHelper. 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 voidProviderHelper. 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 voidProviderHelper. validateCandidates(java.util.List<TestFrameworkProvider> candidates)
-