public abstract class AbstractJUnitProvider extends Object implements TestFrameworkProvider
Constructor and Description |
---|
AbstractJUnitProvider() |
Modifier and Type | Method and Description |
---|---|
protected abstract Set<String> |
getJUnitBundleNames() |
protected abstract org.osgi.framework.VersionRange |
getJUnitVersionRange() |
String |
getType()
The test framework type, such as junit or testng
|
boolean |
isEnabled(List<ClasspathEntry> testBundleClassPath,
Properties surefireProperties)
Whether this provider should be enabled for the given test bundle classpath and surefire
properties.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequiredBundles, getSurefireProviderClassName, getVersion
public String getType()
TestFrameworkProvider
getType
in interface TestFrameworkProvider
public boolean isEnabled(List<ClasspathEntry> testBundleClassPath, Properties surefireProperties)
TestFrameworkProvider
isEnabled
in interface TestFrameworkProvider
testBundleClassPath
- classpath of the test bundlesurefireProperties
- surefire provider propertiesprotected abstract org.osgi.framework.VersionRange getJUnitVersionRange()
Copyright © 2008–2018 Eclipse Foundation. All rights reserved.