public final class TestClassUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
protected Object |
clone() |
static List<Class<? extends junit.framework.TestCase>> |
getAllFuncTests() |
static List<Class<? extends junit.framework.TestCase>> |
getJUni3TestClasses(String packageName,
boolean recursive) |
static List<Class<? extends junit.framework.TestCase>> |
getJUnit3TestClasses(String packageName) |
static List<Class<?>> |
getTestClasses(String packageName,
boolean recursive)
Get all test classes, including JUnit4 POJOs.
|
static List<Method> |
getTestMethods(Class<? extends junit.framework.TestCase> testClass) |
protected Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic static List<Class<?>> getTestClasses(String packageName, boolean recursive)
packageName - package namerecursive - recursive searchpublic static List<Class<? extends junit.framework.TestCase>> getJUni3TestClasses(String packageName, boolean recursive)
public static List<Class<? extends junit.framework.TestCase>> getJUnit3TestClasses(String packageName)
Copyright © 2002-2015 Atlassian. All Rights Reserved.