public class TestHelper extends Object
Modifier | Constructor and Description |
---|---|
protected |
TestHelper() |
Modifier and Type | Method and Description |
---|---|
protected static junit.framework.Test |
collectTests(String[] args,
Class testClass) |
static junit.framework.TestSuite |
generateSuite(Class[] classes) |
static File |
getClasspathDirectory(Class test)
Returns the classpath directory in which the given class is found.
|
protected static String[] |
parseArgs(String[] args) |
protected static void |
runTest(junit.framework.Test test) |
static void |
runTests(String[] args,
Class testClass) |
public static File getClasspathDirectory(Class test)
public static junit.framework.TestSuite generateSuite(Class[] classes)
protected static junit.framework.Test collectTests(String[] args, Class testClass) throws NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException
protected static void runTest(junit.framework.Test test)
Abbot is hosted on