public class TestSpec extends Object implements Comparable<TestSpec>
| Constructor and Description |
|---|
TestSpec(String type,
String... methods) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TestSpec o) |
boolean |
equals(Object o) |
static List<String> |
extractTestMethods(Class<? extends junit.framework.TestCase> testClass) |
static String[] |
extractTestMethods(IType testType) |
String[] |
getMethods() |
IType |
getTestType() |
String |
getTestTypeName() |
int |
hashCode() |
boolean |
runAllMethods() |
Copyright © 2015. All rights reserved.