public class DiscoveryTestSuite extends junit.framework.TestSuite implements ClassFilter
| Constructor and Description |
|---|
DiscoveryTestSuite(ClassFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
discoverTests(ClassFilter filter) |
boolean |
filter(java.lang.Class<?> clazz)
indicate if the class should be filtered.
|
static boolean |
inEclipseRuntime()
indicate if the eclipse runtime is active
|
public DiscoveryTestSuite(ClassFilter filter)
protected void discoverTests(ClassFilter filter)
public static boolean inEclipseRuntime()
public boolean filter(java.lang.Class<?> clazz)
ClassFilterfilter in interface ClassFilterclazz - the class to testCopyright © 2012 FuseSource, Corp.. All Rights Reserved.