@Component(role=TestFrameworkProvider.class, hint="junit3") public class JUnit3Provider extends AbstractJUnitProvider
Modifier and Type | Field and Description |
---|---|
private static org.osgi.framework.Version |
VERSION |
Constructor and Description |
---|
JUnit3Provider() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<java.lang.String> |
getJUnitBundleNames() |
protected org.osgi.framework.VersionRange |
getJUnitVersionRange() |
java.util.List<org.apache.maven.model.Dependency> |
getRequiredBundles()
The list of OSGi bundles required by the test framework provider as maven artifacts.
|
java.lang.String |
getSurefireProviderClassName()
Fully qualified class name of the surefire provider (must implement contract
http://maven.apache.org/plugins/maven-surefire-plugin/api.html ).
|
org.osgi.framework.Version |
getVersion()
The test framework version.
|
getProviderSpecificProperties, getType, isEnabled
public java.lang.String getSurefireProviderClassName()
TestFrameworkProvider
public org.osgi.framework.Version getVersion()
TestFrameworkProvider
public java.util.List<org.apache.maven.model.Dependency> getRequiredBundles()
TestFrameworkProvider
null
) will be matched against
the plugin dependencies of tycho-surefire-plugin.protected org.osgi.framework.VersionRange getJUnitVersionRange()
getJUnitVersionRange
in class AbstractJUnitProvider
protected java.util.Set<java.lang.String> getJUnitBundleNames()
getJUnitBundleNames
in class AbstractJUnitProvider